new version needs a longer time to start sensors
@ -150,7 +150,7 @@ void AP_BoardConfig::init()
} else {
hal.console->printf("UAVCAN: started\n");
// give some time for CAN bus initialisation
hal.scheduler->delay(500);
hal.scheduler->delay(1500);
}
#endif