ardupilot/libraries/APM_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
..
APM_Control.h APM_Control: added a ground vehicle steering controller 2013-09-09 18:04:40 +10:00
AP_AutoTune.cpp Remove use of PROGMEM 2015-10-30 14:35:16 +09:00
AP_AutoTune.h APM_Control: standardize inclusion of libaries headers 2015-08-11 16:28:41 +10:00
AP_PitchController.cpp Remove use of PROGMEM 2015-10-30 14:35:16 +09:00
AP_PitchController.h APM_Control: standardize inclusion of libaries headers 2015-08-11 16:28:41 +10:00
AP_RollController.cpp Remove use of PROGMEM 2015-10-30 14:35:16 +09:00
AP_RollController.h APM_Control: standardize inclusion of libaries headers 2015-08-11 16:28:41 +10:00
AP_SteerController.cpp Remove use of PROGMEM 2015-10-30 14:35:16 +09:00
AP_SteerController.h APM_Control: standardize inclusion of libaries headers 2015-08-11 16:28:41 +10:00
AP_YawController.cpp Remove use of PROGMEM 2015-10-30 14:35:16 +09:00
AP_YawController.h APM_Control: standardize inclusion of libaries headers 2015-08-11 16:28:41 +10:00
TuningGuide.txt APM_control: Modified gain definitions for roll and pitch controllers so PID gains behave like previous servo PIDS 2013-05-31 07:58:20 +10:00