mirror of https://github.com/ArduPilot/ardupilot
2591261af6
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' |
||
---|---|---|
.. | ||
APM_Control.h | ||
AP_AutoTune.cpp | ||
AP_AutoTune.h | ||
AP_PitchController.cpp | ||
AP_PitchController.h | ||
AP_RollController.cpp | ||
AP_RollController.h | ||
AP_SteerController.cpp | ||
AP_SteerController.h | ||
AP_YawController.cpp | ||
AP_YawController.h | ||
TuningGuide.txt |