mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-10 18:08:30 -04:00
Sub: Use default StorageManager layout instead of copter layout
This commit is contained in:
parent
8c87868b5c
commit
88b3e7e11d
@ -91,9 +91,6 @@ void Sub::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