Skip to content

Fix Timer issues #532

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 29, 2019
Merged

Fix Timer issues #532

merged 2 commits into from
May 29, 2019

Conversation

fpistm
Copy link
Member

@fpistm fpistm commented May 29, 2019

TIM channel values used was confusing and required to map them
correctly while there is no added value to do this.

Use the HAL definition: TIM_CHANNEL_x will avoid any mismatch.

Fix #531

fpistm added 2 commits May 29, 2019 08:29
Wrong copy/paste introduced with stm32duino#437

Signed-off-by: Frederic.Pillon <[email protected]>
TIM channel values used was confusing and required to map them
correctly while there is no added value to do this.

Use the HAL definition: TIM_CHANNEL_x will avoid any mismatch.

Fix stm32duino#531

Signed-off-by: Frederic.Pillon <[email protected]>
@fpistm fpistm added bug 🐛 Something isn't working fix 🩹 Bug fix labels May 29, 2019
@fpistm fpistm added this to the 1.6.0 milestone May 29, 2019
@fpistm fpistm self-assigned this May 29, 2019
@fpistm fpistm mentioned this pull request May 29, 2019
@fpistm fpistm merged commit 8ae54f1 into stm32duino:master May 29, 2019
@fpistm fpistm deleted the Timer_issue_531 branch May 29, 2019 13:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 Something isn't working fix 🩹 Bug fix
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug in SetCCRRegister()
1 participant