From 13ee9ef31554264f99ce37bdb9d1645072992ff5 Mon Sep 17 00:00:00 2001 From: Data Date: Wed, 27 Nov 2024 09:36:00 -0500 Subject: [PATCH] More feature probs --- src/timer.rs | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src/timer.rs b/src/timer.rs index 870c8ad..c9d7a24 100644 --- a/src/timer.rs +++ b/src/timer.rs @@ -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",