4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-14 19:09:24 +08:00

9 lines
124 B
C
Raw Normal View History

2017-08-30 12:18:28 +08:00
#ifndef _SLEEP_TIMER_H_
#define _SLEEP_TIMER_H_
void sleep_timer_init(void);
void sleep_timer_start(uint32_t ms);
#endif