ardupilot/libraries/AP_Limits
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
..
AP_Limit_Altitude.cpp cleanup: use const for struct Location pointers and references 2013-04-09 12:10:32 +10:00
AP_Limit_Altitude.h AP_Limits: standardize inclusion of libaries headers 2015-08-11 16:38:18 +10:00
AP_Limit_GPSLock.cpp AP_Limits: standardize inclusion of libaries headers 2015-08-11 16:38:18 +10:00
AP_Limit_GPSLock.h AP_Limits: fixed indent-tabs-mode 2013-05-30 09:52:00 +10:00
AP_Limit_Geofence.cpp AP_Limits: standardize inclusion of libaries headers 2015-08-11 16:38:18 +10:00
AP_Limit_Geofence.h AP_Limits: standardize inclusion of libaries headers 2015-08-11 16:38:18 +10:00
AP_Limit_Module.cpp Remove use of PSTR 2015-10-30 14:35:04 +09:00
AP_Limit_Module.h AP_Limits: standardize inclusion of libaries headers 2015-08-11 16:38:18 +10:00
AP_Limits.cpp AP_Limits: standardize inclusion of libaries headers 2015-08-11 16:38:18 +10:00
AP_Limits.h AP_Limits: standardize inclusion of libaries headers 2015-08-11 16:38:18 +10:00