Skip to content

Commit ec9bde3

Browse files
Remove the device and stm32 reexports
Breaking change (and potentially controversial)
1 parent b6247dc commit ec9bde3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/lib.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ pub use stm32l0::stm32l0x2 as pac;
1515
#[cfg(feature = "stm32l0x3")]
1616
pub use stm32l0::stm32l0x3 as pac;
1717

18-
pub use crate::pac as device;
19-
pub use crate::pac as stm32;
20-
2118
mod bb;
2219

2320
pub mod adc;

0 commit comments

Comments
 (0)