mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 23:33:57 -04:00
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:
parent
f8058bcf70
commit
d0edfd2c0d
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user