2025-05-21 11:31:07 +08:00

7 lines
81 B
C

#ifndef _BSP_SYS_H_
#define _BSP_SYS_H_
extern void bsp_sys_init(void);
#endif