nes-proj/cpu/avr/rtimer-arch.h

7 lines
136 B
C
Raw Normal View History

2007-05-21 14:28:14 +00:00
#ifndef __RTIMER_ARCH_H__
#define __RTIMER_ARCH_H__
2007-11-01 16:26:58 +00:00
#define RTIMER_ARCH_SECOND 1 /* TODO Implement? */
2007-05-21 14:28:14 +00:00
#endif /* __RTIMER_ARCH_H__ */