Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
timer: stop alarm if alarm value doesn't change in ISR handler
Alarm will be disabled by hardware when alarm event happend. In the ISR, if auto-reload is enabled, we should re-enable the alarm. If the alarm target value is changed in user's callback, the alarm will be reenabled as well. Closes espressif#7001 Closes espressif#8095
- Loading branch information