1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-23 00:05:33 +03:00

Changed FLASH_PAGE_COUNT to 3 for STM32FX411xE

This commit is contained in:
Patrick Johnson 2016-10-25 21:34:27 -05:00
parent 9384a8db84
commit 06239d2a0d

View file

@ -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