Disable LPE in px4fmu-v2_default

With GCC 4.9 the binary is to large for the flash memory.
This is why we disabled LPE on that platform.
This commit is contained in:
Michael Schaeuble
2016-12-09 12:46:59 +01:00
committed by Lorenz Meier
parent bdb76d013e
commit b0ee5256d5
3 changed files with 18 additions and 6 deletions
+2 -2
View File
@@ -96,9 +96,9 @@ set(config_module_list
#
# Estimation modules
#
modules/attitude_estimator_q
#modules/attitude_estimator_q
#modules/position_estimator_inav
modules/local_position_estimator
#modules/local_position_estimator
modules/ekf2
#