Skip to content

Commit

Permalink
Fix a pwm pin configuration for thumbv7em
Browse files Browse the repository at this point in the history
  • Loading branch information
TethysSvensson committed Jan 21, 2024
1 parent 3898d36 commit 1ea8548
Showing 1 changed file with 2 additions and 2 deletions.
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 1ea8548

Please sign in to comment.