Skip to content

Commit

Permalink
Fix a cornercase where IRQ may stay stuck disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-rabault committed Sep 27, 2023
1 parent 218b221 commit 97aa266
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions engine/IO/src/luos_phy.c
Original file line number Diff line number Diff line change
Expand Up @@ -802,6 +802,7 @@ _CRITICAL static void Phy_alloc(luos_phy_t *phy_ptr)
// We probably have been reseted in the meantime. Just drop the message.
phy_ptr->rx_alloc_job = false;
phy_ptr->rx_keep = false;
Phy_SetIrqState(true);
return;
}
Phy_SetIrqState(true);
Expand Down

0 comments on commit 97aa266

Please sign in to comment.