Browse Source

Copter: StorageManager layout is now done with a pragma

zr-v5.1
Peter Barker 5 years ago committed by Andrew Tridgell
parent
commit
45b2f24867
  1. 3
      ArduCopter/Copter.cpp

3
ArduCopter/Copter.cpp

@ -216,9 +216,6 @@ void Copter::setup() @@ -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

Loading…
Cancel
Save