mirror of https://github.com/ArduPilot/ardupilot
831d8acca5
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. |
||
---|---|---|
.. | ||
examples/routing | ||
include/mavlink/v1.0 | ||
message_definitions | ||
.gitignore | ||
GCS.h | ||
GCS_Common.cpp | ||
GCS_Logs.cpp | ||
GCS_MAVLink.cpp | ||
GCS_MAVLink.h | ||
GCS_serial_control.cpp | ||
MAVLink_routing.cpp | ||
MAVLink_routing.h | ||
generate.sh |