sentry_gimbal_hzz/bsp/bsp_init.h

13 lines
219 B
C
Raw Normal View History

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