motor_f103/User/board/board.h

6 lines
87 B
C

#ifndef __BOARD_H__
#define __BOARD_H__
#include "lib.h"
void board_init(void);
#endif