mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
AP_BoardConfig: raise uavcan startup delay to 2s
This commit is contained in:
parent
abbe419823
commit
da2a71a3de
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user