Skip to content

Commit

Permalink
Fix after commit 156e04b
Browse files Browse the repository at this point in the history
  • Loading branch information
ciotto committed Jan 23, 2024
1 parent fe19f29 commit 78a15a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TFT/src/User/os_timer.c
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ void TIMER6_IRQHandler(void)

checkTouchScreen(); // check touch screen once a millisecond

TIMER_INTF(TIMER6) &= TIMER_INTF_UPIF; // clear interrupt flag
TIMER_INTF(TIMER6) &= ~TIMER_INTF_UPIF; // clear interrupt flag
}
}
#else
Expand Down

0 comments on commit 78a15a8

Please sign in to comment.