Files
bf_original_balance_chassis/bsp/bsp_init.h
2022-11-13 21:46:52 +08:00

13 lines
130 B
C

#ifndef BSP_INIT_h
#define BSP_INIT_h
/**
* @brief bsp层初始化统一入口
*
*/
void BSPInit();
#endif // !BSP_INIT_h