Skip to content

Commit 7676cfc

Browse files
committed
export stm32g4 crate as pac
1 parent 54c68a5 commit 7676cfc

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
@@ -67,6 +67,8 @@ pub use stm32g4::stm32g491 as stm32;
6767
#[cfg(feature = "stm32g4a1")]
6868
pub use stm32g4::stm32g4a1 as stm32;
6969

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

0 commit comments

Comments
 (0)