ardupilot/libraries/AP_Airspeed
Lucas De Marchi 2591261af6 Global: rename min and max macros to uppercase
The problem with using min() and max() is that they conflict with some
C++ headers. Name the macros in uppercase instead. We may go case by
case later converting them to be typesafe.

Changes generated with:

	git ls-files '*.cpp' '*.h' -z | xargs -0 sed -i 's/\([^_[:alnum:]]\)max(/\1MAX(/g'
	git ls-files '*.cpp' '*.h' -z | xargs -0 sed -i 's/\([^_[:alnum:]]\)min(/\1MIN(/g'
2015-12-01 16:28:09 -02:00
..
examples/Airspeed AP_Airspeed: examples use millis/micros/panic functions 2015-11-20 12:29:16 +09:00
models AP_Airspeed: fixup line endings 2014-04-15 15:56:26 +09:00
Airspeed_Calibration.cpp Global: rename min and max macros to uppercase 2015-12-01 16:28:09 -02:00
AP_Airspeed_analog.cpp AP_Airspeed: remove checks for HAL_BOARD_APM2 and HAL_BOARD_APM1 2015-11-04 12:14:11 +11:00
AP_Airspeed_analog.h AP_Airspeed: standardize inclusion of libaries headers 2015-08-11 16:28:42 +10:00
AP_Airspeed_Backend.h AP_Airspeed: standardize inclusion of libaries headers 2015-08-11 16:28:42 +10:00
AP_Airspeed_I2C_PX4.h AP_Airspeed: standardize inclusion of libaries headers 2015-08-11 16:28:42 +10:00
AP_Airspeed_I2C.cpp AP_Airspeed: use millis/micros/panic functions 2015-11-20 12:29:07 +09:00
AP_Airspeed_I2C.h AP_Airspeed: standardize inclusion of libaries headers 2015-08-11 16:28:42 +10:00
AP_Airspeed_PX4.cpp AP_Airspeed: standardize inclusion of libaries headers 2015-08-11 16:28:42 +10:00
AP_Airspeed_PX4.h AP_Airspeed: standardize inclusion of libaries headers 2015-08-11 16:28:42 +10:00
AP_Airspeed.cpp Global: rename min and max macros to uppercase 2015-12-01 16:28:09 -02:00
AP_Airspeed.h AP_Airspeed: standardize inclusion of libaries headers 2015-08-11 16:28:42 +10:00