Skip to content

Commit

Permalink
nRF5x: ensure TIMER1_IRQHandler doesn't always wake idle loop up (fix #…
Browse files Browse the repository at this point in the history
  • Loading branch information
gfwilliams committed Dec 20, 2024
1 parent 9cd8d5b commit 1d58afe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
:
: nRF5x: ensure TIMER1_IRQHandler doesn't always wake idle loop up (fix #1900)

2v25 : ESP32C3: Get analogRead working correctly
Graphics: Adjust image alignment when rotating images to avoid cropping (fix #2535)
Expand Down
1 change: 0 additions & 1 deletion targets/nrf5x/jshardware.c
Original file line number Diff line number Diff line change
Expand Up @@ -628,7 +628,6 @@ const nrf_drv_twis_t *jshGetTWIS(IOEventFlags device) {
void TIMER1_IRQHandler(void) {
nrf_timer_task_trigger(NRF_TIMER1, NRF_TIMER_TASK_CLEAR);
nrf_timer_event_clear(NRF_TIMER1, NRF_TIMER_EVENT_COMPARE0);
jshHadEvent();
jstUtilTimerInterruptHandler();
}

Expand Down

0 comments on commit 1d58afe

Please sign in to comment.