rt-thread/bsp/stm32f40x/drivers/drv_hwtimer.h

9 lines
93 B
C
Raw Normal View History

2015-09-02 22:00:24 +08:00
#ifndef __DRV_HWTIMER_H__
#define __DRV_HWTIMER_H__
int stm32_hwtimer_init(void);
#endif