ardupilot/libraries/AP_Param
Andrew Tridgell 4687785185 AP_Param: fixed a bug in default file handling
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
2017-01-24 09:50:25 +11:00
..
tools AP_Param: fixed build of eedump_apparam 2015-06-03 11:46:00 +10:00
AP_Param.cpp AP_Param: fixed a bug in default file handling 2017-01-24 09:50:25 +11:00
AP_Param.h AP_Param: fixed a bug in default file handling 2017-01-24 09:50:25 +11:00