Skip to content

Commit

Permalink
Make RccPeriph, BaudPeriph public
Browse files Browse the repository at this point in the history
These traits are necessary for handling peripherals in a generic way
since many of the relevant methods are gated by them.

Signed-off-by: Akhil Velagapudi <[email protected]>
  • Loading branch information
akhilles committed Dec 16, 2024
1 parent da0366b commit 01a19ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -517,6 +517,7 @@ cfg_if! {
// For use with timers; converting ticks to real time.
pub mod instant;
mod util;
pub use util::{BaudPeriph, RccPeriph};

// todo: should these helper macros be removed from this library? It has nothing to do with STM32.

Expand Down

0 comments on commit 01a19ee

Please sign in to comment.