AP_BoardConfig: raise uavcan startup delay to 2s

This commit is contained in:
Andrew Tridgell 2016-03-19 21:18:05 +11:00
parent abbe419823
commit da2a71a3de

View File

@ -182,7 +182,7 @@ void AP_BoardConfig::init()
} else {
hal.console->printf("UAVCAN: started\n");
// give some time for CAN bus initialisation
hal.scheduler->delay(1500);
hal.scheduler->delay(2000);
}
}
if (_can_enable >= 2) {