ArduPlane: move AP_PARM_KEY_DUMP function up to AP_Vehicle base class

Common to all vehicles now, including Tracker
This commit is contained in:
Peter Barker 2020-02-25 13:42:33 +11:00 committed by Andrew Tridgell
parent 3802ca217e
commit 4fac8c9e16

View File

@ -160,10 +160,6 @@ void Plane::init_ardupilot()
// disable safety if requested
BoardConfig.init_safety();
#if AP_PARAM_KEY_DUMP
AP_Param::show_all(hal.console, true);
#endif
}
//********************************************************************************