Ardupilot2/libraries/AP_Mount
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/trivial_AP_Mount Remove use of PSTR 2015-10-30 14:35:04 +09:00
AP_Gimbal.cpp AP_Mount: standardize inclusion of libaries headers 2015-08-11 16:38:20 +10:00
AP_Gimbal.h AP_Mount: standardize inclusion of libaries headers 2015-08-11 16:38:20 +10:00
AP_Mount_Alexmos.cpp Mount: AlexMos fix to stop crashing before init 2015-06-05 12:31:16 +09:00
AP_Mount_Alexmos.h AP_Mount: standardize inclusion of libaries headers 2015-08-11 16:38:20 +10:00
AP_Mount_Backend.cpp Mount: remove support for do-mount-configure as command long 2015-09-06 16:01:18 +09:00
AP_Mount_Backend.h Mount: remove support for do-mount-configure as command long 2015-09-06 16:01:18 +09:00
AP_Mount_MAVLink.cpp AP_Mount: standardize inclusion of libaries headers 2015-08-11 16:38:20 +10:00
AP_Mount_MAVLink.h AP_Mount: standardize inclusion of libaries headers 2015-08-11 16:38:20 +10:00
AP_Mount_Servo.cpp AP_Mount: standardize inclusion of libaries headers 2015-08-11 16:38:20 +10:00
AP_Mount_Servo.h AP_Mount: standardize inclusion of libaries headers 2015-08-11 16:38:20 +10:00
AP_Mount_SToRM32_serial.cpp Mount: fix for STORM32 serial ver 78e and higher 2015-08-25 13:45:33 +09:00
AP_Mount_SToRM32_serial.h Mount: fix for STORM32 serial ver 78e and higher 2015-08-25 13:45:33 +09:00
AP_Mount_SToRM32.cpp AP_Mount: standardize inclusion of libaries headers 2015-08-11 16:38:20 +10:00
AP_Mount_SToRM32.h AP_Mount: standardize inclusion of libaries headers 2015-08-11 16:38:20 +10:00
AP_Mount.cpp Remove use of PROGMEM 2015-10-30 14:35:16 +09:00
AP_Mount.h Mount: remove support for do-mount-configure as command long 2015-09-06 16:01:18 +09:00