mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 23:33:57 -04:00
Copter: Make capability init consistent
This commit is contained in:
parent
32b88feb60
commit
0f636db159
@ -23,14 +23,13 @@ void Copter::init_ardupilot()
|
||||
// initialise serial port
|
||||
serial_manager.init_console();
|
||||
|
||||
// init vehicle capabilties
|
||||
init_capabilities();
|
||||
|
||||
hal.console->printf("\n\nInit %s"
|
||||
"\n\nFree RAM: %u\n",
|
||||
AP::fwversion().fw_string,
|
||||
(unsigned)hal.util->available_memory());
|
||||
|
||||
init_capabilities();
|
||||
|
||||
//
|
||||
// Report firmware version code expect on console (check of actual EEPROM format version is done in load_parameters function)
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user