Added rtimer_arch_now prototype
This commit is contained in:
parent
d9eebf7e17
commit
1070fe19a3
1 changed files with 3 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
||||||
*
|
*
|
||||||
* This file is part of the Contiki operating system.
|
* This file is part of the Contiki operating system.
|
||||||
*
|
*
|
||||||
* $Id: rtimer-arch.h,v 1.1 2007/03/28 20:09:09 adamdunkels Exp $
|
* $Id: rtimer-arch.h,v 1.2 2007/11/17 10:47:22 adamdunkels Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -43,4 +43,6 @@
|
||||||
|
|
||||||
#define RTIMER_ARCH_SECOND 1000
|
#define RTIMER_ARCH_SECOND 1000
|
||||||
|
|
||||||
|
rtimer_clock_t rtimer_arch_now(void);
|
||||||
|
|
||||||
#endif /* __RTIMER_ARCH_H__ */
|
#endif /* __RTIMER_ARCH_H__ */
|
||||||
|
|
Loading…
Reference in a new issue