ardupilot/libraries/AP_BattMonitor
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/AP_BattMonitor_test AP_BattMonitor: remove unnecessary includes in example 2015-10-21 09:16:10 +11:00
AP_BattMonitor.cpp Remove use of PROGMEM 2015-10-30 14:35:16 +09:00
AP_BattMonitor.h AP_BattMonitor: standardize inclusion of libaries headers 2015-08-11 16:28:42 +10:00
AP_BattMonitor_Analog.cpp AP_BattMonitor: standardize inclusion of libaries headers 2015-08-11 16:28:42 +10:00
AP_BattMonitor_Analog.h AP_BattMonitor: standardize inclusion of libaries headers 2015-08-11 16:28:42 +10:00
AP_BattMonitor_Backend.cpp AP_BattMonitor: standardize inclusion of libaries headers 2015-08-11 16:28:42 +10:00
AP_BattMonitor_Backend.h AP_BattMonitor: standardize inclusion of libaries headers 2015-08-11 16:28:42 +10:00
AP_BattMonitor_Bebop.cpp AP_BattMonitor: fix class name after rename in AP_HAL_Linux 2015-10-21 10:11:19 +11:00
AP_BattMonitor_Bebop.h AP_BattMonitor: standardize inclusion of libaries headers 2015-08-11 16:28:42 +10:00
AP_BattMonitor_SMBus.h AP_BattMonitor: standardize inclusion of libaries headers 2015-08-11 16:28:42 +10:00
AP_BattMonitor_SMBus_I2C.cpp AP_BattMonitor: standardize inclusion of libaries headers 2015-08-11 16:28:42 +10:00
AP_BattMonitor_SMBus_I2C.h AP_BattMonitor: standardize inclusion of libaries headers 2015-08-11 16:28:42 +10:00
AP_BattMonitor_SMBus_PX4.cpp AP_BattMonitor: standardize inclusion of libaries headers 2015-08-11 16:28:42 +10:00
AP_BattMonitor_SMBus_PX4.h AP_BattMonitor: standardize inclusion of libaries headers 2015-08-11 16:28:42 +10:00