Browse Source

ArduSub: move AP_PARM_KEY_DUMP function up to AP_Vehicle base class

Common to all vehicles now, including Tracker
zr-v5.1
Peter Barker 5 years ago committed by Andrew Tridgell
parent
commit
18ddfbdd6e
  1. 4
      ArduSub/system.cpp

4
ArduSub/system.cpp

@ -192,10 +192,6 @@ void Sub::init_ardupilot() @@ -192,10 +192,6 @@ void Sub::init_ardupilot()
// flag that initialisation has completed
ap.initialised = true;
#if AP_PARAM_KEY_DUMP
AP_Param::show_all(hal.console, true);
#endif
}

Loading…
Cancel
Save