ardupilot/libraries/AP_Airspeed
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/Airspeed AP_Airspeed: remove unnecessary includes from example 2015-10-21 09:16:11 +11:00
models AP_Airspeed: fixup line endings 2014-04-15 15:56:26 +09:00
AP_Airspeed.cpp Remove use of PROGMEM 2015-10-30 14:35:16 +09:00
AP_Airspeed.h AP_Airspeed: standardize inclusion of libaries headers 2015-08-11 16:28:42 +10:00
AP_Airspeed_Backend.h AP_Airspeed: standardize inclusion of libaries headers 2015-08-11 16:28:42 +10:00
AP_Airspeed_I2C.cpp AP_Airspeed: standardize inclusion of libaries headers 2015-08-11 16:28:42 +10:00
AP_Airspeed_I2C.h AP_Airspeed: standardize inclusion of libaries headers 2015-08-11 16:28:42 +10:00
AP_Airspeed_I2C_PX4.h AP_Airspeed: standardize inclusion of libaries headers 2015-08-11 16:28:42 +10:00
AP_Airspeed_PX4.cpp AP_Airspeed: standardize inclusion of libaries headers 2015-08-11 16:28:42 +10:00
AP_Airspeed_PX4.h AP_Airspeed: standardize inclusion of libaries headers 2015-08-11 16:28:42 +10:00
AP_Airspeed_analog.cpp AP_Airspeed: standardize inclusion of libaries headers 2015-08-11 16:28:42 +10:00
AP_Airspeed_analog.h AP_Airspeed: standardize inclusion of libaries headers 2015-08-11 16:28:42 +10:00
Airspeed_Calibration.cpp AP_Airspeed: standardize inclusion of libaries headers 2015-08-11 16:28:42 +10:00