+ clock stub functions
This commit is contained in:
parent
6a6bb53f2e
commit
dda6de8438
4 changed files with 16 additions and 12 deletions
|
@ -28,7 +28,7 @@
|
|||
*
|
||||
* This file is part of the Contiki operating system.
|
||||
*
|
||||
* $Id: rtimer-arch.c,v 1.2 2007/11/25 22:48:35 fros4943 Exp $
|
||||
* $Id: rtimer-arch.c,v 1.3 2009/03/26 16:22:36 fros4943 Exp $
|
||||
*/
|
||||
|
||||
#include <signal.h>
|
||||
|
@ -62,9 +62,3 @@ rtimer_arch_schedule(rtimer_clock_t t)
|
|||
{
|
||||
}
|
||||
/*---------------------------------------------------------------------------*/
|
||||
rtimer_clock_t
|
||||
rtimer_arch_now(void)
|
||||
{
|
||||
return clock_time();
|
||||
}
|
||||
/*---------------------------------------------------------------------------*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue