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:
Andrew Tridgell 2020-02-22 09:35:39 +11:00
parent 293692cc24
commit c9c4167888

View File

@ -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)