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. |
||
---|---|---|
.. | ||
BetterStream.h | ||
ftoa_engine.cpp | ||
ftoa_engine.h | ||
functor.h | ||
getopt_cpp.cpp | ||
getopt_cpp.h | ||
print_vprintf.cpp | ||
print_vprintf.h | ||
Print.cpp | ||
Print.h | ||
RingBuffer.h | ||
Socket.cpp | ||
Socket.h | ||
Stream.h | ||
utoa_invert.cpp | ||
xtoa_fast.h |