7 lines
84 B
C
7 lines
84 B
C
#ifndef __BSP_TIMER_H__
|
|
#define __BSP_TIMER_H__
|
|
|
|
void bsp_timer_init(void);
|
|
|
|
#endif
|