ardupilot/libraries/GCS_MAVLink
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/routing Remove use of PROGMEM 2015-10-30 14:35:16 +09:00
include/mavlink/v1.0 GCS_MAVLink: version update after generate 2015-10-30 11:16:30 +09:00
message_definitions GCS_MAVLink: add MAV_CMD_DO_SEND_BANNER 2015-10-26 16:28:49 +09:00
.gitignore Updated MAVLink to 1.0.6 release. 2012-04-19 15:46:29 -04:00
GCS.h GCS_MAVLink: send_home and send_home_all methods 2015-10-03 12:50:42 +09:00
GCS_Common.cpp Remove use of Util::{v,}snprintf_P() 2015-10-30 14:35:05 +09:00
GCS_Logs.cpp GCS_MAVLink: use simple log entry number to reference df logs 2015-10-21 10:50:32 +11:00
GCS_MAVLink.cpp Remove use of PROGMEM 2015-10-30 14:35:16 +09:00
GCS_MAVLink.h GCS_MAVLink: update severities and remove old enum 2015-08-28 10:04:35 +10:00
GCS_serial_control.cpp GCS_MAVLink: standardize inclusion of libaries headers 2015-08-11 16:38:25 +10:00
MAVLink_routing.cpp GCS_MAVLink: standardize inclusion of libaries headers 2015-08-11 16:38:25 +10:00
MAVLink_routing.h GCS_MAVLink: standardize inclusion of libaries headers 2015-08-11 16:38:25 +10:00
generate.sh GCS_MALink: improved generate.sh failure msg 2014-02-19 16:04:05 +11:00