ardupilot/libraries/AP_AHRS
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
..
examples/AHRS_Test Remove use of PSTR 2015-10-30 14:35:04 +09:00
AP_AHRS_DCM.cpp AP_AHRS: wait for up to 10 samples to get a valid accel vector 2015-10-21 09:09:11 +11:00
AP_AHRS_DCM.h AP_AHRS: run astyle for formatting 2015-09-23 17:31:00 +10:00
AP_AHRS_NavEKF.cpp AP_AHRS: constify getLastPosNorthEastReset 2015-10-30 12:24:13 +09:00
AP_AHRS_NavEKF.h AP_AHRS: constify getLastPosNorthEastReset 2015-10-30 12:24:13 +09:00
AP_AHRS.cpp Remove use of PROGMEM 2015-10-30 14:35:16 +09:00
AP_AHRS.h AP_AHRS: constify getLastPosNorthEastReset 2015-10-30 12:24:13 +09:00