Skip to content

Commit 3179697

Browse files
committed
export stm32g4 crate as pac
1 parent 23613ff commit 3179697

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ pub use stm32g4::stm32g491 as stm32;
6868
#[cfg(feature = "stm32g4a1")]
6969
pub use stm32g4::stm32g4a1 as stm32;
7070

71+
pub use stm32 as pac;
72+
7173
#[cfg(feature = "rt")]
7274
pub use crate::stm32::interrupt;
7375

0 commit comments

Comments
 (0)