Skip to content

Commit

Permalink
More feature probs
Browse files Browse the repository at this point in the history
  • Loading branch information
David-OConnor committed Nov 27, 2024
1 parent e6d67bd commit 13ee9ef
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion src/timer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2042,7 +2042,16 @@ pub fn clear_update_interrupt(tim_num: u8) {
feature = "wb55", // todo PAC bug?
)))]
2 => periphs.TIM2.sr.write(|w| w.bits(bits).uif().clear_bit()),
#[cfg(not(any(feature = "wl")))]
#[cfg(not(any(
feature = "f301",
feature = "l4x1",
// feature = "l412",
feature = "l5", // todo PAC bug?
feature = "l4x3",
feature = "f410",
feature = "wb",
feature = "wl"
)))]
3 => periphs.TIM3.sr.write(|w| w.bits(bits).uif().clear_bit()),
#[cfg(not(any(
feature = "f301",
Expand Down

0 comments on commit 13ee9ef

Please sign in to comment.