Skip to content

Commit 777aa51

Browse files
authored
Merge pull request #63 from jonas-schievink/unpac
Remove the `device` and `stm32` reexports
2 parents ad60e82 + ec9bde3 commit 777aa51

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)