diff options
author | NIIBE Yutaka <gniibe@fsij.org> | 2015-07-29 17:06:17 +0900 |
---|---|---|
committer | NIIBE Yutaka <gniibe@fsij.org> | 2015-07-29 17:06:17 +0900 |
commit | a9de53c36be5ca31974cbf3c7903ca5cf7f7fff2 (patch) | |
tree | 0ff6c70ab4d493e907d5f4f1e8ee8584580bde8b /board/board-stm32f0-discovery.h | |
parent | 83486efd5f7857e539c79ed9c947cec854468240 (diff) |
board update, adding ST Dongle
Diffstat (limited to 'board/board-stm32f0-discovery.h')
-rw-r--r-- | board/board-stm32f0-discovery.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/board/board-stm32f0-discovery.h b/board/board-stm32f0-discovery.h index 6a847ec..38ae214 100644 --- a/board/board-stm32f0-discovery.h +++ b/board/board-stm32f0-discovery.h @@ -9,8 +9,6 @@ /* __ARM_ARCH_6M__ */ -#define FLASH_PAGE_SIZE 1024 - #define STM32_PLLXTPRE STM32_PLLXTPRE_DIV1 #define STM32_PLLMUL_VALUE 12 #define STM32_HSICLK 8000000 |