ardupilot/libraries/AP_Baro
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/BARO_generic AP_Baro: remove unnecessary includes in example 2015-10-21 09:16:10 +11:00
AP_Baro.cpp Remove use of PROGMEM 2015-10-30 14:35:16 +09:00
AP_Baro.h AP_Baro: average SITL baro measurements using update() 2015-10-21 10:25:08 +11:00
AP_Baro_BMP085.cpp Remove use of PSTR 2015-10-30 14:35:04 +09:00
AP_Baro_BMP085.h AP_Baro: BMP085 driver done, but untested 2015-01-09 11:50:54 +11:00
AP_Baro_Backend.cpp AP_Baro: standardize inclusion of libaries headers 2015-08-11 16:28:42 +10:00
AP_Baro_Backend.h AP_Baro: split into frontend/backend 2015-01-09 11:50:54 +11:00
AP_Baro_HIL.cpp AP_Baro: average SITL baro measurements using update() 2015-10-21 10:25:08 +11:00
AP_Baro_HIL.h AP_Baro: average SITL baro measurements using update() 2015-10-21 10:25:08 +11:00
AP_Baro_MS5611.cpp Remove use of PSTR 2015-10-30 14:35:04 +09:00
AP_Baro_MS5611.h AP_Baro: Add support to MS5637 2015-10-16 10:05:03 +11:00
AP_Baro_PX4.cpp AP_Baro: allow selection of primary barometer and add 3rd baro 2015-09-14 14:27:41 +10:00
AP_Baro_PX4.h AP_Baro: split into frontend/backend 2015-01-09 11:50:54 +11:00