BOARD_NAME => BOARD_INFO_NAME

This commit is contained in:
Scott Lahteine
2020-05-16 06:02:02 -05:00
parent 45a01a3eca
commit 847bdeecaf
5 changed files with 6 additions and 6 deletions

View File

@ -29,8 +29,8 @@
* Applies to PICA, PICA_REVB
*/
#ifndef BOARD_NAME
#define BOARD_NAME "PICA"
#ifndef BOARD_INFO_NAME
#define BOARD_INFO_NAME "PICA"
#endif
/*