ardupilot/libraries/AP_AHRS
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/AHRS_Test Remove use of PSTR 2015-10-30 14:35:04 +09:00
AP_AHRS_DCM.cpp AP_AHRS: wait for up to 10 samples to get a valid accel vector 2015-10-21 09:09:11 +11:00
AP_AHRS_DCM.h AP_AHRS: run astyle for formatting 2015-09-23 17:31:00 +10:00
AP_AHRS_NavEKF.cpp AP_AHRS: constify getLastPosNorthEastReset 2015-10-30 12:24:13 +09:00
AP_AHRS_NavEKF.h AP_AHRS: constify getLastPosNorthEastReset 2015-10-30 12:24:13 +09:00
AP_AHRS.cpp AP_AHRS: run astyle for formatting 2015-09-23 17:31:00 +10:00
AP_AHRS.h AP_AHRS: constify getLastPosNorthEastReset 2015-10-30 12:24:13 +09:00