ardupilot/libraries/AP_L1_Control
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
..
AP_L1_Control.cpp Global: rename min and max macros to uppercase 2015-12-01 16:28:09 -02:00
AP_L1_Control.h AP_L1_Control: use set_default for runtime param defaults 2015-10-26 11:15:54 +11:00
keywords.txt AP_L1_Control: Addition of library for geometry calculations required for L1 Control. 2013-04-12 12:48:09 +10:00