Sub: Use default StorageManager layout instead of copter layout

This commit is contained in:
Jacob Walser 2017-02-18 11:08:24 -05:00 committed by Andrew Tridgell
parent 8c87868b5c
commit 88b3e7e11d
1 changed files with 0 additions and 3 deletions

View File

@ -91,9 +91,6 @@ void Sub::setup()
// Load the default values of variables listed in var_info[]s
AP_Param::setup_sketch_defaults();
// setup storage layout for copter
StorageManager::set_layout_copter();
init_ardupilot();
// initialise the main loop scheduler