Fix report with the same name

This commit is contained in:
Eli Orona 2024-02-24 12:58:38 -08:00
parent e79d2dd756
commit 394abda092

View File

@ -32,7 +32,7 @@ mod _version;
pub use _version::*;
#[cfg(clock_mux)]
pub use crate::_generated::mux as mux;
pub use crate::_generated::mux;
pub use crate::_generated::Clocks;
#[cfg(feature = "low-power")]