mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-23 01:29:33 +00:00
7 lines
136 B
C
7 lines
136 B
C
#ifndef __RTIMER_ARCH_H__
|
|
#define __RTIMER_ARCH_H__
|
|
|
|
#define RTIMER_ARCH_SECOND 1 /* TODO Implement? */
|
|
|
|
#endif /* __RTIMER_ARCH_H__ */
|