Blimp: move call to BoardConfig.init to AP_Vehicle

This commit is contained in:
Peter Barker 2024-01-31 12:50:25 +11:00 committed by Peter Barker
parent 64ac69b160
commit bb52056632
1 changed files with 0 additions and 4 deletions

View File

@ -14,10 +14,6 @@ static void failsafe_check_static()
void Blimp::init_ardupilot()
{
BoardConfig.init();
// initialise notify system
notify.init();
notify_flight_mode();