ardupilot/libraries/AC_PID
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/AC_PID_test build: removed all nocore.inoflag files 2015-11-16 08:05:17 +11:00
AC_HELI_PID.cpp AC_HELI_PID: Add Leak-Min param and functionality. 2015-11-12 19:37:20 +09:00
AC_HELI_PID.h AC_HELI_PID: Add Leak-Min param and functionality. 2015-11-12 19:37:20 +09:00
AC_P.cpp Remove use of PROGMEM 2015-10-30 14:35:16 +09:00
AC_P.h AC_PID: standardize inclusion of libaries headers 2015-08-11 16:28:41 +10:00
AC_PI_2D.cpp Global: rename min and max macros to uppercase 2015-12-01 16:28:09 -02:00
AC_PI_2D.h AC_PID: standardize inclusion of libaries headers 2015-08-11 16:28:41 +10:00
AC_PID.cpp Global: rename min and max macros to uppercase 2015-12-01 16:28:09 -02:00
AC_PID.h AC_PID: standardize inclusion of libaries headers 2015-08-11 16:28:41 +10:00
keywords.txt AC_PID: fixup line endings 2014-04-15 15:55:59 +09:00