ardupilot/libraries/GCS_MAVLink
Lucas De Marchi 5244559010 Minimize AP_Progmem.h includes
Most of AP_Progmem is already gone so we can stop including it in most
of the places. The only places that need it are the ones using
pgm_read_*() APIs.

In some cases the header needed to be added in the .cpp since it was
removed from the .h to reduce scope. In those cases the headers were
also reordered.
2015-10-30 14:35:32 +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_Common.cpp Replace prog_char and prog_char_t with char 2015-10-30 14:35:30 +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 Minimize AP_Progmem.h includes 2015-10-30 14:35:32 +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
GCS.h Replace prog_char and prog_char_t with char 2015-10-30 14:35:30 +09:00
generate.sh GCS_MALink: improved generate.sh failure msg 2014-02-19 16:04:05 +11: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