Skip to content

Commit

Permalink
Correct xtensa_lx crate re-export name
Browse files Browse the repository at this point in the history
Ref: #39
  • Loading branch information
Gazedo committed Oct 20, 2022
1 parent 283dcad commit b78409b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/macros.rs
Expand Up @@ -151,7 +151,7 @@ macro_rules! new_cortexm {
#[macro_export]
macro_rules! new_xtensa {
($bus_type:ty = $bus:expr) => {{
let m: Option<&'static mut _> = $crate::xtensa_lx6::singleton!(
let m: Option<&'static mut _> = $crate::xtensa_lx::singleton!(
: $crate::BusManagerXtensa<$bus_type> =
$crate::BusManagerXtensa::new($bus)
);
Expand Down

0 comments on commit b78409b

Please sign in to comment.