diff options
author | NIIBE Yutaka <gniibe@fsij.org> | 2013-06-06 12:08:35 +0900 |
---|---|---|
committer | NIIBE Yutaka <gniibe@fsij.org> | 2013-06-06 12:08:35 +0900 |
commit | c838e3f0e92f60023c95c1138e5fd5e95d24c7ea (patch) | |
tree | 4b24005a08c638d9c642bb9c4f513dcba4203439 /board/board-fst-01.h | |
parent | 60e0fbd189ec02c7817e7db649cb41f70d445525 (diff) |
sys.h changes
Diffstat (limited to 'board/board-fst-01.h')
-rw-r--r-- | board/board-fst-01.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/board/board-fst-01.h b/board/board-fst-01.h index e29173e..f9ab078 100644 --- a/board/board-fst-01.h +++ b/board/board-fst-01.h @@ -1,3 +1,5 @@ +#define FLASH_PAGE_SIZE 1024 + #define STM32_PLLXTPRE STM32_PLLXTPRE_DIV1 #define STM32_PLLMUL_VALUE 6 #define STM32_HSECLK 12000000 |