Fix report with the same name
This commit is contained in:
parent
e79d2dd756
commit
394abda092
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ mod _version;
|
||||||
pub use _version::*;
|
pub use _version::*;
|
||||||
|
|
||||||
#[cfg(clock_mux)]
|
#[cfg(clock_mux)]
|
||||||
pub use crate::_generated::mux as mux;
|
pub use crate::_generated::mux;
|
||||||
pub use crate::_generated::Clocks;
|
pub use crate::_generated::Clocks;
|
||||||
|
|
||||||
#[cfg(feature = "low-power")]
|
#[cfg(feature = "low-power")]
|
||||||
|
|
Loading…
Reference in a new issue