mirror of https://github.com/ArduPilot/ardupilot
df96832900
This bug meant that setting a parameter in a parent class for a doubly nested parameter group, where the parameter index in the parent class is 4 or greater would actually set the first element in that parent class. At the moment only one parameter fits these narrow constraints - the RCn_DZ element of the RC_Channel_aux class. So if someone set RC5_DZ to 17 in ArduPlane it would actually set RC5_MIN to 17. |
||
---|---|---|
.. | ||
tools | ||
AP_Common.cpp | ||
AP_Common.h | ||
AP_Curve.h | ||
AP_Loop.cpp | ||
AP_Loop.h | ||
AP_MetaClass.cpp | ||
AP_MetaClass.h | ||
AP_Param.cpp | ||
AP_Param.h | ||
AP_Test.h | ||
AP_Var_menufuncs.cpp | ||
AP_Vector.h | ||
Arduino.mk | ||
c++.cpp | ||
c++.h | ||
keywords.txt |