hwdef: fixed 3 incorrect storage sizes

can't do 16384 in 16k sector flash storage
This commit is contained in:
Andrew Tridgell 2022-01-09 07:27:54 +11:00
parent d4eb2919ef
commit 1ecb129afa
3 changed files with 3 additions and 3 deletions

View File

@ -133,7 +133,7 @@ define HAL_COMPASS_AUTO_ROT_DEFAULT 2
# enable logging to dataflash
define HAL_LOGGING_DATAFLASH_ENABLED 1
define HAL_STORAGE_SIZE 16384
define HAL_STORAGE_SIZE 15360
STORAGE_FLASH_PAGE 1
# flash size

View File

@ -129,7 +129,7 @@ define HAL_COMPASS_AUTO_ROT_DEFAULT 2
# enable logging to dataflash
define HAL_LOGGING_DATAFLASH_ENABLED 1
define HAL_STORAGE_SIZE 16384
define HAL_STORAGE_SIZE 15360
STORAGE_FLASH_PAGE 1
# flash size

View File

@ -17,7 +17,7 @@ FLASH_RESERVE_START_KB 64
# store parameters in pages 2 and 3
STORAGE_FLASH_PAGE 2
define HAL_STORAGE_SIZE 16384
define HAL_STORAGE_SIZE 15360
# board ID for firmware load
APJ_BOARD_ID 1402