ardupilot/libraries/AP_Motors
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 Remove use of PSTR 2015-10-30 14:35:04 +09:00
AP_Motors.h AP_Motors: Move traditional helicopter controls into AP_MotorsHeli_Single. 2015-08-31 11:27:31 +09:00
AP_MotorsCoax.cpp Remove use of PROGMEM 2015-10-30 14:35:16 +09:00
AP_MotorsCoax.h AP_Motors: standardize inclusion of libaries headers 2015-08-11 16:38:19 +10:00
AP_MotorsHeli.cpp Remove use of PROGMEM 2015-10-30 14:35:16 +09:00
AP_MotorsHeli.h AP_Motors_Heli: remove unused allow_arming check 2015-10-27 09:14:40 +09:00
AP_MotorsHeli_RSC.cpp MotorsHeli_RSC: RotorControlState enum 2015-08-31 11:43:57 +09:00
AP_MotorsHeli_RSC.h MotorsHeli_RSC: add RotorControlMode enum 2015-08-31 11:43:58 +09:00
AP_MotorsHeli_Single.cpp Remove use of PROGMEM 2015-10-30 14:35:16 +09:00
AP_MotorsHeli_Single.h AP_Motors_Heli: remove unused allow_arming check 2015-10-27 09:14:40 +09:00
AP_MotorsHexa.cpp Copter Motors: add slow start feature 2013-09-12 22:27:44 +09:00
AP_MotorsHexa.h AP_Motors: standardize inclusion of libaries headers 2015-08-11 16:38:19 +10:00
AP_MotorsMatrix.cpp AP_Motors: Group writes to motors 2015-10-06 10:42:18 +11:00
AP_MotorsMatrix.h AP_Motors: standardize inclusion of libaries headers 2015-08-11 16:38:19 +10:00
AP_MotorsMulticopter.cpp Remove use of PROGMEM 2015-10-30 14:35:16 +09:00
AP_MotorsMulticopter.h MotorsMulti: add throttle_max accessor 2015-09-07 15:10:02 +09:00
AP_MotorsOcta.cpp AP_Motors: fix compile warnings re float constants 2015-04-24 14:04:00 +09:00
AP_MotorsOcta.h AP_Motors: standardize inclusion of libaries headers 2015-08-11 16:38:19 +10:00
AP_MotorsOctaQuad.cpp AP_Motors: fix compile warnings re float constants 2015-04-24 14:04:00 +09:00
AP_MotorsOctaQuad.h AP_Motors: standardize inclusion of libaries headers 2015-08-11 16:38:19 +10:00
AP_MotorsQuad.cpp AP_Motors: fix compile warnings re float constants 2015-04-24 14:04:00 +09:00
AP_MotorsQuad.h AP_Motors: standardize inclusion of libaries headers 2015-08-11 16:38:19 +10:00
AP_MotorsSingle.cpp Remove use of PROGMEM 2015-10-30 14:35:16 +09:00
AP_MotorsSingle.h AP_Motors: standardize inclusion of libaries headers 2015-08-11 16:38:19 +10:00
AP_MotorsTri.cpp Remove use of PROGMEM 2015-10-30 14:35:16 +09:00
AP_MotorsTri.h AP_Motors: standardize inclusion of libaries headers 2015-08-11 16:38:19 +10:00
AP_MotorsY6.cpp AP_Motors: fix compile warnings re float constants 2015-04-24 14:04:00 +09:00
AP_MotorsY6.h AP_Motors: standardize inclusion of libaries headers 2015-08-11 16:38:19 +10:00
AP_Motors_Class.cpp AP_Motors: get rid of _motor_to_channel_map 2015-09-29 11:59:25 +09:00
AP_Motors_Class.h AP_Motors: get rid of _motor_to_channel_map 2015-09-29 11:59:25 +09:00