added dummy RTIMER definition
This commit is contained in:
parent
559e3eb6ea
commit
deeed3389a
1 changed files with 2 additions and 0 deletions
|
@ -1,4 +1,6 @@
|
|||
#ifndef __RTIMER_ARCH_H__
|
||||
#define __RTIMER_ARCH_H__
|
||||
|
||||
#define RTIMER_ARCH_SECOND 1 /* TODO Implement? */
|
||||
|
||||
#endif /* __RTIMER_ARCH_H__ */
|
||||
|
|
Loading…
Reference in a new issue