ardupilot/libraries/AP_HAL_FLYMAPLE/examples
Lucas De Marchi 2c38e31c93 Remove use of PSTR
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.
2015-10-30 14:35:04 +09:00
..
AnalogIn build: compile only the HAL files needed by the board 2015-10-21 09:16:07 +11:00
AP_Baro_BMP085_test build: compile only the HAL files needed by the board 2015-10-21 09:16:07 +11:00
Blink build: compile only the HAL files needed by the board 2015-10-21 09:16:07 +11:00
Console Remove use of PSTR 2015-10-30 14:35:04 +09:00
empty_example Remove use of PSTR 2015-10-30 14:35:04 +09:00
I2CDriver_HMC5883L Remove use of PSTR 2015-10-30 14:35:04 +09:00
RCInput Remove use of PSTR 2015-10-30 14:35:04 +09:00
RCPassthroughTest Remove use of PSTR 2015-10-30 14:35:04 +09:00
Scheduler Remove use of PSTR 2015-10-30 14:35:04 +09:00
Semaphore Remove use of PSTR 2015-10-30 14:35:04 +09:00
SPIDriver Remove use of PSTR 2015-10-30 14:35:04 +09:00
Storage Remove use of PSTR 2015-10-30 14:35:04 +09:00
UARTDriver Remove use of PSTR 2015-10-30 14:35:04 +09:00
UtilityStringTest Remove use of PSTR 2015-10-30 14:35:04 +09:00