ardupilot/libraries/AC_PrecLand
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_PrecLand.cpp Remove use of PROGMEM 2015-10-30 14:35:16 +09:00
AC_PrecLand.h AC_PrecLand: update comments to reflect change from bf_angle to angle 2015-10-26 09:45:05 +09:00
AC_PrecLand_Backend.h AC_PrecLand: update comments to reflect change from bf_angle to angle 2015-10-26 09:45:05 +09:00
AC_PrecLand_Companion.cpp AC_PrecLand: update comments to reflect change from bf_angle to angle 2015-10-26 09:45:05 +09:00
AC_PrecLand_Companion.h AC_PrecLand: update comments to reflect change from bf_angle to angle 2015-10-26 09:45:05 +09:00
AC_PrecLand_IRLock.cpp AC_PrecLand: remove const from get_angle_to_target 2015-09-11 20:56:07 +09:00
AC_PrecLand_IRLock.h AC_PrecLand: implement frame of reference 2015-10-26 09:45:03 +09:00