motor_f407/User/board/board.c

12 lines
88 B
C

#include "board.h"
/**
* @brief 初始化显示板
*
*/
void board_init(void)
{
}