Skip to content

Commit

Permalink
Fix a pwm pin configuration for thumbv7em (#720)
Browse files Browse the repository at this point in the history
  • Loading branch information
TethysSvensson authored Jan 22, 2024
1 parent 3898d36 commit 6839e12
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions hal/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
- Fix warnings for thumbv7 targets
- Update README.md - moves some content to wiki
- Remove pin `pa28` from the `d21el` target (#717)
- Fix a pwm configuration for the `tc4` on `D5x` targets (#720)

# v0.16.0

Expand Down
4 changes: 2 additions & 2 deletions hal/src/thumbv7em/pwm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ impl_tc_pinout!(TC3Pinout: [
#[cfg(feature = "has-tc4")]
impl_tc_pinout!(TC4Pinout: [
(Pa23, PA23),
#[cfg(feature = "has-pb00")]
(Pb0, PB09),
#[cfg(feature = "pins-48")]
(Pb9, PB09),
#[cfg(feature = "pins-64")]
(Pb13, PB13)
]);
Expand Down

0 comments on commit 6839e12

Please sign in to comment.