ardupilot/libraries/AP_NavEKF2
Lucas De Marchi 831d8acca5 Remove use of PROGMEM
Now variables don't have to be declared with PROGMEM anymore, so remove
them. This was automated with:

    git grep -l -z PROGMEM | xargs -0 sed -i 's/ PROGMEM / /g'
    git grep -l -z PROGMEM | xargs -0 sed -i 's/PROGMEM//g'

The 2 commands were done so we don't leave behind spurious spaces.

AVR-specific places were not changed.
2015-10-30 14:35:16 +09:00
..
AP_NavEKF2.cpp Remove use of PROGMEM 2015-10-30 14:35:16 +09:00
AP_NavEKF2.h AP_NavEKF2: constify getLastPosNorthEastReset 2015-10-30 12:24:16 +09:00
AP_NavEKF2_AirDataFusion.cpp AP_NavEKF2: Remove GPS glitch offset logic 2015-10-30 12:24:04 +09:00
AP_NavEKF2_Control.cpp AP_NavEKF: Reduce roll/pitch disturbance when magnetic field is reset 2015-10-23 19:04:30 +11:00
AP_NavEKF2_MagFusion.cpp AP_NavEKF2: Reduce allowance for magnetometer timing errors 2015-10-26 08:05:15 +11:00
AP_NavEKF2_Measurements.cpp AP_NavEKF2: Clean up GPS fusion timeout logic and comments 2015-10-30 12:24:19 +09:00
AP_NavEKF2_OptFlowFusion.cpp AP_NavEKF2: Remove GPS glitch offset logic 2015-10-30 12:24:04 +09:00
AP_NavEKF2_Outputs.cpp AP_NavEKF2: constify getLastPosNorthEastReset 2015-10-30 12:24:16 +09:00
AP_NavEKF2_PosVelFusion.cpp AP_NavEKF2: remove unnecessary PV_AidingMode check 2015-10-30 12:52:49 +09:00
AP_NavEKF2_VehicleStatus.cpp AP_NavEKF2: use common header for optimisation level and irq disable 2015-10-20 15:21:40 +11:00
AP_NavEKF2_core.cpp AP_NavEKF2: Remove GPS glitch offset logic 2015-10-30 12:24:04 +09:00
AP_NavEKF2_core.h AP_NavEKF2: constify getLastPosNorthEastReset 2015-10-30 12:24:16 +09:00
AP_NavEKF_GyroBias.cpp AP_NavEKF2: use common header for optimisation level and irq disable 2015-10-20 15:21:40 +11:00