Skip to content

Commit 0f09b4e

Browse files
committed
spi1 does not neat cfg guard for non-stm32l0x1
1 parent fc762c9 commit 0f09b4e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/spi.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,6 @@ macro_rules! spi {
309309
}
310310
}
311311

312-
#[cfg(feature = "stm32l0x1")]
313312
spi! {
314313
SPI1: (spi1, apb2enr, spi1en, apb2_clk),
315314
}

0 commit comments

Comments
 (0)