mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 07:13:56 -04:00
APMrover2: 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
1db081b095
commit
aa8b8938ab
@ -130,10 +130,6 @@ void Rover::init_ardupilot()
|
||||
|
||||
// flag that initialisation has completed
|
||||
initialised = true;
|
||||
|
||||
#if AP_PARAM_KEY_DUMP
|
||||
AP_Param::show_all(hal.console, true);
|
||||
#endif
|
||||
}
|
||||
|
||||
//*********************************************************************************
|
||||
|
Loading…
Reference in New Issue
Block a user