ardupilot/libraries/AP_NavEKF2
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_NavEKF2_AirDataFusion.cpp AP_NavEKF2: Remove GPS glitch offset logic 2015-10-30 12:24:04 +09:00
AP_NavEKF2_Control.cpp AP_NavEKF: Reduce roll/pitch disturbance when magnetic field is reset 2015-10-23 19:04:30 +11:00
AP_NavEKF2_core.cpp AP_NavEKF2: Remove GPS glitch offset logic 2015-10-30 12:24:04 +09:00
AP_NavEKF2_core.h AP_NavEKF2: constify getLastPosNorthEastReset 2015-10-30 12:24:16 +09:00
AP_NavEKF2_MagFusion.cpp AP_NavEKF2: Reduce allowance for magnetometer timing errors 2015-10-26 08:05:15 +11:00
AP_NavEKF2_Measurements.cpp AP_NavEKF2: Clean up GPS fusion timeout logic and comments 2015-10-30 12:24:19 +09:00
AP_NavEKF2_OptFlowFusion.cpp AP_NavEKF2: Remove GPS glitch offset logic 2015-10-30 12:24:04 +09:00
AP_NavEKF2_Outputs.cpp AP_NavEKF2: constify getLastPosNorthEastReset 2015-10-30 12:24:16 +09:00
AP_NavEKF2_PosVelFusion.cpp AP_NavEKF2: remove unnecessary PV_AidingMode check 2015-10-30 12:52:49 +09:00
AP_NavEKF2_VehicleStatus.cpp AP_NavEKF2: use common header for optimisation level and irq disable 2015-10-20 15:21:40 +11:00
AP_NavEKF2.cpp Remove use of PSTR 2015-10-30 14:35:04 +09:00
AP_NavEKF2.h AP_NavEKF2: constify getLastPosNorthEastReset 2015-10-30 12:24:16 +09:00
AP_NavEKF_GyroBias.cpp AP_NavEKF2: use common header for optimisation level and irq disable 2015-10-20 15:21:40 +11:00