Skip to content

Commit e402882

Browse files
rcc: remove unnecessary cfg
1 parent d88c045 commit e402882

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/rcc.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -227,9 +227,6 @@ impl RccExt for RCC {
227227
ClockSrc::MSI(range) => {
228228
let range = range as u8;
229229
// Set MSI range
230-
#[cfg(feature = "stm32l0x1")]
231-
self.icscr.write(|w| w.msirange().bits(range));
232-
#[cfg(any(feature = "stm32l0x2", feature = "stm32l0x3"))]
233230
self.icscr.write(|w| w.msirange().bits(range));
234231

235232
// Enable MSI

0 commit comments

Comments
 (0)