mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 07:44:03 -04:00
Copter: removed init_vehicle from separate vehicles
use common call from AP_BoardConfig
This commit is contained in:
parent
08c313fa8d
commit
630bd7062c
@ -226,9 +226,6 @@ void Copter::init_ardupilot()
|
||||
g2.smart_rtl.init();
|
||||
#endif
|
||||
|
||||
// run all the vehicle initialization routines
|
||||
init_vehicle();
|
||||
|
||||
// initialise AP_Logger library
|
||||
logger.setVehicle_Startup_Writer(FUNCTOR_BIND(&copter, &Copter::Log_Write_Vehicle_Startup_Messages, void));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user