#include "board.h"
/**
* @brief 初始化板子
*
* 该函数用于初始化板子,进行必要的硬件初始化和配置。
*/
void board_init(void)
{
// Initialize the board
}