ardupilot/libraries/AP_Param
Lucas De Marchi 1a45aa12f5 AP_Param: warn on last pass only about unknown parameters
Do not warn about unknown parameters on the first pass, i.e. when
AP_Param:load_all() is called. This is because we may still not know
about dynamically loaded parameters. When we call the second (last)
time, we expect to already know all possible parameters, so print a
warning to both console and the debug terminal.
2018-06-28 10:18:19 -07:00
..
tools AP_Param: fixed build of eedump_apparam 2015-06-03 11:46:00 +10:00
AP_Param.cpp AP_Param: warn on last pass only about unknown parameters 2018-06-28 10:18:19 -07:00
AP_Param.h AP_Param: warn on last pass only about unknown parameters 2018-06-28 10:18:19 -07:00