diff options
author | NIIBE Yutaka <gniibe@fsij.org> | 2016-06-02 11:01:11 +0900 |
---|---|---|
committer | NIIBE Yutaka <gniibe@fsij.org> | 2016-06-02 11:01:11 +0900 |
commit | 78718e57df6f55c0670cdb6b70337204dd045dba (patch) | |
tree | 1e7a70e70931a0fdf65b04dd447e473c5e846bc7 /board | |
parent | a756987d2ae2a029bfe5c8cf00a9853379fbcb91 (diff) |
Move files
Diffstat (limited to 'board')
-rw-r--r-- | board/board-stm32f0-discovery.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/board/board-stm32f0-discovery.h b/board/board-stm32f0-discovery.h index 38ae214..48aa3d3 100644 --- a/board/board-stm32f0-discovery.h +++ b/board/board-stm32f0-discovery.h @@ -1,6 +1,8 @@ #define BOARD_NAME "STM32F0 Discovery" #define BOARD_ID 0xde4b4bc1 +#define MCU_STM32F0 1 + /* * Running at 48MHz with HSI as clock source. * |