Skip to content

Commit

Permalink
added comment in code
Browse files Browse the repository at this point in the history
  • Loading branch information
silabs-srishylam committed Jan 24, 2023
1 parent 3fcaaad commit 93fdcea
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ void IRQ074_Handler(void)

void IRQ021_Handler(void)
{
// TODO: Replace with rsi_delay once that is fixed
for (int i = 0; i < 10000; i++)
__asm__("nop;");
/* clear NPSS GPIO interrupt*/
Expand Down

0 comments on commit 93fdcea

Please sign in to comment.