ardupilot/libraries/AP_Mission
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_Mission_test Remove use of PSTR 2015-10-30 14:35:04 +09:00
AP_Mission.cpp Remove use of PROGMEM 2015-10-30 14:35:16 +09:00
AP_Mission.h AP_Mission: add get_prev_nav_cmd_with_wp_index() 2015-08-29 21:17:35 +10:00