mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-12 09:33:59 -03:00
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. |
||
---|---|---|
.. | ||
AnalogIn | ||
AP_Baro_BMP085_test | ||
Blink | ||
Console | ||
empty_example | ||
I2CDriver_HMC5883L | ||
RCInput | ||
RCPassthroughTest | ||
Scheduler | ||
Semaphore | ||
SPIDriver | ||
Storage | ||
UARTDriver | ||
UtilityStringTest |