mirror of
https://gitee.com/dlmu-cone/bf_original_balance_chassis
synced 2026-07-24 03:27:45 +08:00
13 lines
130 B
C
13 lines
130 B
C
#ifndef BSP_INIT_h
|
|
#define BSP_INIT_h
|
|
|
|
|
|
/**
|
|
* @brief bsp层初始化统一入口
|
|
*
|
|
*/
|
|
void BSPInit();
|
|
|
|
#endif // !BSP_INIT_h
|
|
|