4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-20 03:43:31 +08:00

9 lines
93 B
C
Raw Normal View History

2015-09-06 16:37:43 +08:00
#ifndef __DRV_HWTIMER_H__
#define __DRV_HWTIMER_H__
int stm32_hwtimer_init(void);
#endif