ardupilot/libraries/AC_AttitudeControl
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
..
AC_AttitudeControl.cpp Remove use of PROGMEM 2015-10-30 14:35:16 +09:00
AC_AttitudeControl.h AC_AttControl: rename set_throttle_out parameter 2015-09-07 15:10:15 +09:00
AC_AttitudeControl_Heli.cpp Remove use of PROGMEM 2015-10-30 14:35:16 +09:00
AC_AttitudeControl_Heli.h AC_AttControl: limit lean angle from throttle 2015-09-07 15:10:09 +09:00
AC_AttitudeControl_Multi.cpp AC_AttControl: limit lean angle from throttle 2015-09-07 15:10:09 +09:00
AC_AttitudeControl_Multi.h AC_AttControl: limit lean angle from throttle 2015-09-07 15:10:09 +09:00
AC_PosControl.cpp Remove use of PROGMEM 2015-10-30 14:35:16 +09:00
AC_PosControl.h AC_PosControl: add shift_pos_xy_target 2015-10-30 12:24:08 +09:00