sentry_gimbal_hzz/bsp/bsp_init.h

13 lines
130 B
C
Raw Normal View History

2022-11-13 21:46:52 +08:00
#ifndef BSP_INIT_h
#define BSP_INIT_h
/**
* @brief bsp层初始化统一入口
*
*/
void BSPInit();
#endif // !BSP_INIT_h