Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix hardware_alarm_irq_handler when using Timer 1 (#1949)
Correct the logic for determining `timer_num`. Previously this would always evaluate to 0 due to using `alarm_num` instead of `irq_num`. Fixes #1948.
- Loading branch information