mirror of https://github.com/ArduPilot/ardupilot
4687785185
this fixes a bug in how default file values are handled that affects any common sub-objects. When we had a default value for something like SERVO12_FUNCTION then configured_in_defaults_file() would return true for SERVO1_FUNCTION as it shares a common default value pointer this changes the implementation to use the object pointer instead |
||
---|---|---|
.. | ||
tools | ||
AP_Param.cpp | ||
AP_Param.h |