mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 16:25:31 +03:00
Changed FLASH_PAGE_COUNT to 3 for STM32FX411xE
This commit is contained in:
parent
9384a8db84
commit
06239d2a0d
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@
|
|||
#if defined(STM32F40_41xxx)
|
||||
#define FLASH_PAGE_COUNT 4 // just to make calculations work
|
||||
#elif defined (STM32F411xE)
|
||||
#define FLASH_PAGE_COUNT 3 // just to make calculations work
|
||||
#define FLASH_PAGE_COUNT 3 // just to make calculations work
|
||||
#elif defined (STM32F745xx)
|
||||
#define FLASH_PAGE_COUNT 4 // just to make calculations work
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue