Add rtimer_arch_sleep function, enabled with RDC_CONF_MCU_SLEEP
This commit is contained in:
parent
bdd164e003
commit
6eba721af1
2 changed files with 110 additions and 0 deletions
|
@ -61,4 +61,5 @@
|
|||
#define rtimer_arch_now() (0)
|
||||
#endif
|
||||
|
||||
void rtimer_arch_sleep(rtimer_clock_t howlong);
|
||||
#endif /* __RTIMER_ARCH_H__ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue