mirror of https://github.com/ArduPilot/ardupilot
Copter: removed set_layout_copter call
not needed any more
This commit is contained in:
parent
5ba02a2125
commit
e6b1ef2d1e
|
@ -216,9 +216,6 @@ void Copter::setup()
|
||||||
// Load the default values of variables listed in var_info[]s
|
// Load the default values of variables listed in var_info[]s
|
||||||
AP_Param::setup_sketch_defaults();
|
AP_Param::setup_sketch_defaults();
|
||||||
|
|
||||||
// setup storage layout for copter
|
|
||||||
StorageManager::set_layout_copter();
|
|
||||||
|
|
||||||
init_ardupilot();
|
init_ardupilot();
|
||||||
|
|
||||||
// initialise the main loop scheduler
|
// initialise the main loop scheduler
|
||||||
|
|
Loading…
Reference in New Issue