We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a69b88 commit 829471fCopy full SHA for 829471f
src/lib.rs
@@ -67,6 +67,8 @@ pub use stm32g4::stm32g491 as stm32;
67
#[cfg(feature = "stm32g4a1")]
68
pub use stm32g4::stm32g4a1 as stm32;
69
70
+pub use stm32 as pac;
71
+
72
#[cfg(feature = "rt")]
73
pub use crate::stm32::interrupt;
74
0 commit comments