mirror of https://github.com/ArduPilot/ardupilot
Blimp: move call to BoardConfig.init to AP_Vehicle
This commit is contained in:
parent
64ac69b160
commit
bb52056632
|
@ -14,10 +14,6 @@ static void failsafe_check_static()
|
|||
|
||||
void Blimp::init_ardupilot()
|
||||
{
|
||||
|
||||
BoardConfig.init();
|
||||
|
||||
|
||||
// initialise notify system
|
||||
notify.init();
|
||||
notify_flight_mode();
|
||||
|
|
Loading…
Reference in New Issue