Add rtimer_arch_sleep function, enabled with RDC_CONF_MCU_SLEEP

This commit is contained in:
David Kopf 2011-11-14 11:10:35 -05:00
parent bdd164e003
commit 6eba721af1
2 changed files with 110 additions and 0 deletions

View file

@ -61,4 +61,5 @@
#define rtimer_arch_now() (0)
#endif
void rtimer_arch_sleep(rtimer_clock_t howlong);
#endif /* __RTIMER_ARCH_H__ */