mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-30 20:48:33 -04:00
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. |
||
---|---|---|
.. | ||
AntennaTracker.cpp | ||
AntennaTracker.txt | ||
APM_Config.h | ||
capabilities.cpp | ||
config.h | ||
control_auto.cpp | ||
control_manual.cpp | ||
control_scan.cpp | ||
control_servo_test.cpp | ||
defines.h | ||
GCS_Mavlink.cpp | ||
make.inc | ||
Makefile | ||
Parameters.cpp | ||
Parameters.h | ||
Parameters.pde | ||
radio.cpp | ||
readme.txt | ||
ReleaseNotes.txt | ||
sensors.cpp | ||
servos.cpp | ||
system.cpp | ||
Tracker.h | ||
tracking.cpp |
AntennaTracker README User Manual: http://antennatracker.ardupilot.com/ Developer Manual: http://dev.ardupilot.com/