AP_HAL_ChibiOS: VRUBrain-v51: reduce AP_MAX_EMBEDDED_PARAM to 1024

Stops us overflowing on Copter and Plane builds
This commit is contained in:
Peter Barker 2020-03-05 12:48:38 +11:00 committed by Andrew Tridgell
parent f8058bcf70
commit d0edfd2c0d

View File

@ -143,6 +143,8 @@ FLASH_RESERVE_START_KB 64
# enable RAMTROM parameter storage
#define HAL_WITH_RAMTRON 1
define AP_PARAM_MAX_EMBEDDED_PARAM 1024
# enable FAT filesystem
define HAL_OS_FATFS_IO 1