mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-04 15:08:28 -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. |
||
---|---|---|
.. | ||
CheckLogs.py | ||
DataFlashFileReader.cpp | ||
DataFlashFileReader.h | ||
LogReader.cpp | ||
LogReader.h | ||
LR_MsgHandler.cpp | ||
LR_MsgHandler.h | ||
make.inc | ||
Makefile | ||
MsgHandler.cpp | ||
MsgHandler.h | ||
Parameters.h | ||
plotit.sh | ||
Replay.cpp | ||
VehicleType.h |