-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix issue: Timer PWM mode edge case issue fixed
when timer period end the tmr->count is reset to 0x00000001 and the timer resumes counting. On edge case when pwm==0 flow stuck in while loop tmr->cnt newer become bigger than pwm so that +2 added Signed-off-by: Sadik Ozer <[email protected]>
- Loading branch information
Showing
2 changed files
with
16 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters