diff --git a/GPIO_Interrupts/main.c b/GPIO_Interrupts/main.c index 54b7be4..03027bc 100644 --- a/GPIO_Interrupts/main.c +++ b/GPIO_Interrupts/main.c @@ -39,6 +39,7 @@ void SW2_Handler(void) } GPIO_PORTF_ICR_R = 0x11; + __asm(" nop"); }