ardupilot/libraries/GCS_Console/examples/Console
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
..
Console.cpp Remove use of PSTR 2015-10-30 14:35:04 +09:00
make.inc build: compile only the HAL files needed by the board 2015-10-21 09:16:07 +11:00
Makefile build: change from Arduino.mk to apm.mk 2013-01-02 17:29:37 +11:00
nobuild.txt GCS_Console: don't build this example 2013-10-10 09:54:20 +11:00
nocore.inoflag GCS_Console example: implement a trivial mavlink gcs 2012-12-20 14:51:24 +11:00
simplegcs.cpp Remove use of PSTR 2015-10-30 14:35:04 +09:00
simplegcs.h GCS_Console: standardize inclusion of libaries headers 2015-08-11 16:38:24 +10:00