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