ardupilot/libraries/AP_L1_Control
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
..
AP_L1_Control.cpp Remove use of PROGMEM 2015-10-30 14:35:16 +09:00
AP_L1_Control.h AP_L1_Control: use set_default for runtime param defaults 2015-10-26 11:15:54 +11:00
keywords.txt AP_L1_Control: Addition of library for geometry calculations required for L1 Control. 2013-04-12 12:48:09 +10:00