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__ */
|