mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-17 15:33:31 +08:00
9 lines
93 B
C
9 lines
93 B
C
|
#ifndef __DRV_HWTIMER_H__
|
||
|
#define __DRV_HWTIMER_H__
|
||
|
|
||
|
|
||
|
int stm32_hwtimer_init(void);
|
||
|
|
||
|
|
||
|
#endif
|