ardupilot/libraries/AC_AttitudeControl
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
..
AC_AttitudeControl.cpp AC_AttControl: minor comment fix 2015-11-18 13:31:18 +09:00
AC_AttitudeControl.h AC_AttitudeControl: fixed external tail gyro with no flybar 2015-11-27 15:24:41 +09:00
AC_AttitudeControl_Heli.cpp AC_AttitudeControl: fixed external tail gyro with no flybar 2015-11-27 15:24:41 +09:00
AC_AttitudeControl_Heli.h AC_AttitudeControl: fixed external tail gyro with no flybar 2015-11-27 15:24:41 +09:00
AC_AttitudeControl_Multi.cpp AC_AttControl: limit lean angle from throttle 2015-09-07 15:10:09 +09:00
AC_AttitudeControl_Multi.h AC_AttControl: limit lean angle from throttle 2015-09-07 15:10:09 +09:00
AC_PosControl.cpp Global: rename min and max macros to uppercase 2015-12-01 16:28:09 -02:00
AC_PosControl.h AC_PosControl: default z-axis controller to 400hz 2015-11-18 13:31:20 +09:00