diff options
Diffstat (limited to 'board/board-stm8s-discovery.h')
-rw-r--r-- | board/board-stm8s-discovery.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/board/board-stm8s-discovery.h b/board/board-stm8s-discovery.h index d43caf7..d20b1ab 100644 --- a/board/board-stm8s-discovery.h +++ b/board/board-stm8s-discovery.h @@ -1,3 +1,5 @@ +#define FLASH_PAGE_SIZE 1024 + #define STM32_PLLXTPRE STM32_PLLXTPRE_DIV1 #define STM32_PLLMUL_VALUE 9 #define STM32_HSECLK 8000000 |