/** * @file bsp.h * @author your name (you@domain.com) * @brief * @version 0.1 * @date 2023-04-05 * * @copyright Copyright (c) 2023 * */ #ifndef BSP_H #define BSP_H #ifdef __cplusplus extern "C" { #endif void bsp_init(void); #ifdef __cplusplus } #endif #endif