mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-05 15:38:29 -04:00
2c38e31c93
The PSTR is already define as a NOP for all supported platforms. It's only needed for AVR so here we remove all the uses throughout the codebase. This was automated with a simple python script so it also converts places which spans to multiple lines, removing the matching parentheses. AVR-specific places were not changed. |
||
---|---|---|
.. | ||
examples/DataFlash_test | ||
DataFlash_APM1.cpp | ||
DataFlash_APM1.h | ||
DataFlash_APM2.cpp | ||
DataFlash_APM2.h | ||
DataFlash_Backend.cpp | ||
DataFlash_Backend.h | ||
DataFlash_Block.cpp | ||
DataFlash_Block.h | ||
DataFlash_Empty.cpp | ||
DataFlash_Empty.h | ||
DataFlash_File.cpp | ||
DataFlash_File.h | ||
DataFlash_SITL.cpp | ||
DataFlash_SITL.h | ||
DataFlash.cpp | ||
DataFlash.h | ||
DFMessageWriter.cpp | ||
DFMessageWriter.h | ||
LogFile.cpp |