diff options
-rw-r--r-- | board/board-fsm-55.h | 3 | ||||
-rw-r--r-- | board/board-stm32f0-discovery.h | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/board/board-fsm-55.h b/board/board-fsm-55.h index 7a05c9d..9522567 100644 --- a/board/board-fsm-55.h +++ b/board/board-fsm-55.h @@ -1,3 +1,6 @@ +#define BOARD_NAME "FSM-55" +#define BOARD_ID 0x83433c76 + /* * Running at 48MHz with HSI as clock source. * diff --git a/board/board-stm32f0-discovery.h b/board/board-stm32f0-discovery.h index 226efd4..6a847ec 100644 --- a/board/board-stm32f0-discovery.h +++ b/board/board-stm32f0-discovery.h @@ -1,3 +1,6 @@ +#define BOARD_NAME "STM32F0 Discovery" +#define BOARD_ID 0xde4b4bc1 + /* * Running at 48MHz with HSI as clock source. * |