HAL_ChibiOS: save more flash on SuccexF4

This commit is contained in:
giacomo892 2020-02-01 10:10:43 +01:00 committed by Andrew Tridgell
parent 23a42b1914
commit 529f067914

View File

@ -135,3 +135,6 @@ ROMFS_WILDCARD libraries/AP_OSD/fonts/font*.bin
# disable parachute and sprayer to save flash
define HAL_PARACHUTE_ENABLED 0
define HAL_SPRAYER_ENABLED 0
# reduce max size of embedded params for apj_tool.py
define AP_PARAM_MAX_EMBEDDED_PARAM 1024