ardupilot/libraries/AP_Common
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
..
examples/AP_Common Remove use of PSTR 2015-10-30 14:35:04 +09:00
AP_Common.cpp AP_Common: standardize inclusion of libaries headers 2015-08-11 16:28:42 +10:00
AP_Common.h AP_Common: add attribute to sanitize prinf-like functions 2015-10-24 14:26:36 +11:00
AP_Test.h libraries: update license header to GPLv3 2013-08-30 13:01:39 +10:00
Arduino.h Build: added empty Arduino.h 2012-12-20 14:52:30 +11:00
c++.cpp AP_Common: standardize inclusion of libaries headers 2015-08-11 16:28:42 +10:00
keywords.txt Add support for 'new' and 'delete', so we can cons things on the fly. 2010-10-17 04:02:06 +00:00