4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-16 13:13:31 +08:00
2017-08-30 12:18:28 +08:00

9 lines
124 B
C

#ifndef _SLEEP_TIMER_H_
#define _SLEEP_TIMER_H_
void sleep_timer_init(void);
void sleep_timer_start(uint32_t ms);
#endif