This commit is contained in:
rusefillc 2023-05-23 19:09:19 -04:00
parent 01b3cecc60
commit 10a63cfcc8
1 changed files with 9 additions and 0 deletions

9
board.h Normal file
View File

@ -0,0 +1,9 @@
#ifndef _BOARD_H_
#define _BOARD_H_
/**
* @brief The board name
*/
#define BOARD_NAME "AT-EVAL"
#endif /* _BOARD_H_ */