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