Skip to content

Commit f13d78f

Browse files
authored
Export pac as pac (#156)
1 parent 4a69b88 commit f13d78f

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)