Skip to content

Commit

Permalink
export stm32g4 crate as pac
Browse files Browse the repository at this point in the history
  • Loading branch information
techmccat committed Jul 30, 2024
1 parent 23613ff commit 3179697
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 3179697

Please sign in to comment.