ardupilot/libraries/AP_Compass
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_Compass_test AP_Compass: remove unnecessary includes from example 2015-10-21 09:16:11 +11:00
AP_Compass_AK8963.cpp AP_Compass: remove use of milligauss_ratio 2015-10-15 19:56:14 +09:00
AP_Compass_AK8963.h AP_Compass: Add support for more then one AK8963 2015-10-06 10:38:21 +11:00
AP_Compass_Backend.cpp AP_Compass: don't update last_update_usec for raw fields 2015-10-21 13:22:24 +11:00
AP_Compass_Backend.h AP_Compass: mention mag field unit in existing documentation 2015-10-15 19:56:15 +09:00
AP_Compass_Calibration.cpp AP_Compass: only play compass cal cancel tone if a cal was running 2015-10-21 08:24:49 +11:00
AP_Compass_HIL.cpp AP_Compass: remove use of milligauss_ratio 2015-10-15 19:56:14 +09:00
AP_Compass_HIL.h AP_Compass: remove check for max compass instances 2015-10-21 10:05:18 +11:00
AP_Compass_HMC5843.cpp Remove use of PSTR 2015-10-30 14:35:04 +09:00
AP_Compass_HMC5843.h AP_Compass: HMC5843: fix _calibrate() 2015-10-15 19:56:10 +09:00
AP_Compass_LSM303D.cpp Remove use of PSTR 2015-10-30 14:35:04 +09:00
AP_Compass_LSM303D.h AP_Compass: fix milligauss code in LSM303D driver 2015-09-16 16:52:17 +09:00
AP_Compass_PX4.cpp AP_Compass: remove use of milligauss_ratio 2015-10-15 19:56:14 +09:00
AP_Compass_PX4.h AP_Compass: fix the milligauss handling 2015-09-09 14:53:11 +10:00
AP_Compass.h AP_Compass: use state array for compass variables 2015-03-13 18:46:15 +11:00
Compass_learn.cpp Compass: Improved field rounding in learning 2015-07-06 11:31:58 +10:00
Compass.cpp Remove use of PSTR 2015-10-30 14:35:04 +09:00
Compass.h AP_Compass: remove check for max compass instances 2015-10-21 10:05:18 +11:00
CompassCalibrator.cpp AP_Compass: Calibrator: make calculations for theta only once 2015-10-22 08:19:35 +11:00
CompassCalibrator.h AP_Compass: standardize inclusion of libaries headers 2015-09-03 16:59:13 +10:00
keywords.txt Compass: fixup line endings 2014-04-15 15:56:57 +09:00