mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
Copter: removed set_layout_copter call
not needed any more
This commit is contained in:
parent
4b6ec99633
commit
e0bb5e8123
@ -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
Block a user