Limit to pub(crate).
This commit is contained in:
parent
12c510f222
commit
4257512eb2
@ -12,7 +12,7 @@ pub mod fmt;
|
||||
use embassy::interrupt::{Interrupt, InterruptExt};
|
||||
//pub(crate) use stm32_metapac as pac;
|
||||
|
||||
pub mod pac {
|
||||
pub(crate) mod pac {
|
||||
pub use stm32_metapac::*;
|
||||
|
||||
#[cfg(any(feature = "_syscfg_f4"))]
|
||||
|
Loading…
Reference in New Issue
Block a user