mirror of https://github.com/ArduPilot/ardupilot
AP_HAL_ChibiOS: do not compile EKF2 for MatekF405-Wing
This commit is contained in:
parent
8fc64ccbe9
commit
73c32f403b
|
@ -191,3 +191,5 @@ define HAL_BATTMON_FUEL_ENABLE 0
|
||||||
# disable parachute and sprayer to save flash
|
# disable parachute and sprayer to save flash
|
||||||
define HAL_PARACHUTE_ENABLED 0
|
define HAL_PARACHUTE_ENABLED 0
|
||||||
define HAL_SPRAYER_ENABLED 0
|
define HAL_SPRAYER_ENABLED 0
|
||||||
|
|
||||||
|
define HAL_NAVEKF2_AVAILABLE 0
|
||||||
|
|
Loading…
Reference in New Issue