Copter: StorageManager layout is now done with a pragma

This commit is contained in:
Peter Barker 2020-01-16 15:17:02 +11:00 committed by Andrew Tridgell
parent 4647c6ef62
commit 45b2f24867
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
AP_Param::setup_sketch_defaults();
// setup storage layout for copter
StorageManager::set_layout_copter();
init_ardupilot();
// initialise the main loop scheduler