diff --git a/src/lib.rs b/src/lib.rs index 0a497b3c..4dbb48f5 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -68,6 +68,8 @@ pub use stm32g4::stm32g491 as stm32; #[cfg(feature = "stm32g4a1")] pub use stm32g4::stm32g4a1 as stm32; +pub use stm32 as pac; + #[cfg(feature = "rt")] pub use crate::stm32::interrupt;