mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 23:33:57 -04:00
AP_Param: use smaller param area for all 1M flash boards
This commit is contained in:
parent
ebec738b88
commit
8d1bf46dab
@ -39,7 +39,7 @@
|
||||
maximum size of embedded parameter file
|
||||
*/
|
||||
#ifndef AP_PARAM_MAX_EMBEDDED_PARAM
|
||||
#if HAL_MINIMIZE_FEATURES
|
||||
#if BOARD_FLASH_SIZE <= 1024
|
||||
# define AP_PARAM_MAX_EMBEDDED_PARAM 1024
|
||||
#else
|
||||
# define AP_PARAM_MAX_EMBEDDED_PARAM 8192
|
||||
|
Loading…
Reference in New Issue
Block a user