ardupilot/libraries/SITL
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
..
SIM_Aircraft.cpp SITL: clean up includes 2015-10-22 13:36:19 -02:00
SIM_Aircraft.h SITL: use #pragma once 2015-10-22 13:36:19 -02:00
SIM_Balloon.cpp SITL: clean up includes 2015-10-22 13:36:19 -02:00
SIM_Balloon.h SITL: use #pragma once 2015-10-22 13:36:19 -02:00
SIM_CRRCSim.cpp SITL: clean up includes 2015-10-22 13:36:19 -02:00
SIM_CRRCSim.h SITL: use #pragma once 2015-10-22 13:36:19 -02:00
SIM_Gazebo.cpp SITL: clean up includes 2015-10-22 13:36:19 -02:00
SIM_Gazebo.h SITL: use #pragma once 2015-10-22 13:36:19 -02:00
SIM_Gimbal.cpp SITL: clean up includes 2015-10-22 13:36:19 -02:00
SIM_Gimbal.h SITL: use #pragma once 2015-10-22 13:36:19 -02:00
SIM_Helicopter.cpp SITL: clean up includes 2015-10-22 13:36:19 -02:00
SIM_Helicopter.h SITL: use #pragma once 2015-10-22 13:36:19 -02:00
SIM_JSBSim.cpp SITL: support multiple jsbsim aircraft types 2015-10-27 10:01:34 +11:00
SIM_JSBSim.h SITL: support multiple jsbsim aircraft types 2015-10-27 10:01:34 +11:00
SIM_Multicopter.cpp SITL: clean up includes 2015-10-22 13:36:19 -02:00
SIM_Multicopter.h SITL: use #pragma once 2015-10-22 13:36:19 -02:00
SIM_Rover.cpp SITL: clean up includes 2015-10-22 13:36:19 -02:00
SIM_Rover.h SITL: use #pragma once 2015-10-22 13:36:19 -02:00
SIM_Tracker.cpp SITL: clean up includes 2015-10-22 13:36:19 -02:00
SIM_Tracker.h SITL: use #pragma once 2015-10-22 13:36:19 -02:00
SIM_last_letter.cpp SITL: clean up includes 2015-10-22 13:36:19 -02:00
SIM_last_letter.h SITL: use #pragma once 2015-10-22 13:36:19 -02:00
SITL.cpp Remove use of PROGMEM 2015-10-30 14:35:16 +09:00
SITL.h SITL: use #pragma once 2015-10-22 13:36:19 -02:00