Skip to content

Commit

Permalink
ArduSub: move AP_PARM_KEY_DUMP function up to AP_Vehicle base class
Browse files Browse the repository at this point in the history
Common to all vehicles now, including Tracker
  • Loading branch information
peterbarker authored and tridge committed Mar 10, 2020
1 parent 4fac8c9 commit 18ddfbd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ArduSub/system.cpp
Expand Up @@ -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
}


Expand Down

0 comments on commit 18ddfbd

Please sign in to comment.