mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
ArduSub: move AP_PARM_KEY_DUMP function up to AP_Vehicle base class
Common to all vehicles now, including Tracker
This commit is contained in:
parent
4fac8c9e16
commit
18ddfbdd6e
@ -192,10 +192,6 @@ void Sub::init_ardupilot()
|
|||||||
|
|
||||||
// flag that initialisation has completed
|
// flag that initialisation has completed
|
||||||
ap.initialised = true;
|
ap.initialised = true;
|
||||||
|
|
||||||
#if AP_PARAM_KEY_DUMP
|
|
||||||
AP_Param::show_all(hal.console, true);
|
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user