diff options
author | NIIBE Yutaka <gniibe@fsij.org> | 2015-07-15 11:48:36 +0900 |
---|---|---|
committer | NIIBE Yutaka <gniibe@fsij.org> | 2015-07-15 11:48:36 +0900 |
commit | 989863916548c54bccfd7ceeb932b655b52eba7b (patch) | |
tree | 295b16f4d23ad5266ccd40d5e9aefc7c83557a93 /board/board-stm32f0-discovery.h | |
parent | cd61ff565335ee58425b5a9611bde9872eb4a888 (diff) |
Update Cortex-M0 boards
Diffstat (limited to 'board/board-stm32f0-discovery.h')
-rw-r--r-- | board/board-stm32f0-discovery.h | 3 |
1 files changed, 3 insertions, 0 deletions
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. * |