ardupilot/libraries/AC_PID
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/AC_PID_test AC_PID: remove unnecessary includes from example 2015-10-21 09:16:10 +11:00
AC_HELI_PID.cpp Remove use of PROGMEM 2015-10-30 14:35:16 +09:00
AC_HELI_PID.h AC_PID: standardize inclusion of libaries headers 2015-08-11 16:28:41 +10:00
AC_P.cpp Remove use of PROGMEM 2015-10-30 14:35:16 +09:00
AC_P.h AC_PID: standardize inclusion of libaries headers 2015-08-11 16:28:41 +10:00
AC_PID.cpp Remove use of PROGMEM 2015-10-30 14:35:16 +09:00
AC_PID.h AC_PID: standardize inclusion of libaries headers 2015-08-11 16:28:41 +10:00
AC_PI_2D.cpp Remove use of PROGMEM 2015-10-30 14:35:16 +09:00
AC_PI_2D.h AC_PID: standardize inclusion of libaries headers 2015-08-11 16:28:41 +10:00
keywords.txt AC_PID: fixup line endings 2014-04-15 15:55:59 +09:00