diff options
author | NIIBE Yutaka <gniibe@fsij.org> | 2015-07-13 16:45:32 +0900 |
---|---|---|
committer | NIIBE Yutaka <gniibe@fsij.org> | 2015-07-13 16:45:32 +0900 |
commit | 3ba8234cecde90467fb75d72055fa0c226ed16df (patch) | |
tree | f6c184a72d8759a59b3b4db109fe1bfaab6d8032 /board/board-stbee.h | |
parent | 2bb0e0de5d7d25d0bb036e6ee9cc0c94b62375ec (diff) |
sys_board and stm32 primer2
Diffstat (limited to 'board/board-stbee.h')
-rw-r--r-- | board/board-stbee.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/board/board-stbee.h b/board/board-stbee.h index 8104b5c..c7835a0 100644 --- a/board/board-stbee.h +++ b/board/board-stbee.h @@ -1,3 +1,5 @@ +#define BOARD_NAME "STBee" + #define FLASH_PAGE_SIZE 2048 #define STM32_PLLXTPRE STM32_PLLXTPRE_DIV1 |