mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-01-10 11:29:38 +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__ */
|