ardupilot/libraries/RC_Channel
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/RC_Channel build: removed all nocore.inoflag files 2015-11-16 08:05:17 +11:00
RC_Channel.cpp Global: rename min and max macros to uppercase 2015-12-01 16:28:09 -02:00
RC_Channel.h RC_Channel: New method to detect if channel is in trim location 2015-11-11 13:39:38 +11:00
RC_Channel_aux.cpp RC_Channel: Add motor_run_enable aux function 2015-11-12 19:37:27 +09:00
RC_Channel_aux.h RC_Channel: Add motor_run_enable aux function 2015-11-12 19:37:27 +09:00