AP_Periph: fixed watchdog during DNA wait
thix fixes an issue with multiple AP_Periph nodes booting at the same time
This commit is contained in:
parent
293692cc24
commit
c9c4167888
@ -955,6 +955,7 @@ static void can_wait_node_id(void)
|
||||
processTx();
|
||||
processRx();
|
||||
canardCleanupStaleTransfers(&canard, AP_HAL::micros64());
|
||||
stm32_watchdog_pat();
|
||||
}
|
||||
|
||||
if (canardGetLocalNodeID(&canard) != CANARD_BROADCAST_NODE_ID)
|
||||
|
Loading…
Reference in New Issue
Block a user