ardupilot/libraries/AP_TECS
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_TECS.cpp Global: rename min and max macros to uppercase 2015-12-01 16:28:09 -02:00
AP_TECS.h AP_TECS: reformat using astyle 2015-09-16 14:24:45 +10:00