AP_Param: use smaller param area for all 1M flash boards

This commit is contained in:
Andrew Tridgell 2020-03-12 15:52:43 +11:00
parent ebec738b88
commit 8d1bf46dab

View File

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