Copter: removed set_layout_copter call

not needed any more
This commit is contained in:
Andrew Tridgell 2021-01-26 16:24:16 +11:00
parent 5ba02a2125
commit e6b1ef2d1e
1 changed files with 0 additions and 3 deletions

View File

@ -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