Skip to content

Commit b78409b

Browse files
authored
Correct xtensa_lx crate re-export name
Ref: #39
1 parent 283dcad commit b78409b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/macros.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ macro_rules! new_cortexm {
151151
#[macro_export]
152152
macro_rules! new_xtensa {
153153
($bus_type:ty = $bus:expr) => {{
154-
let m: Option<&'static mut _> = $crate::xtensa_lx6::singleton!(
154+
let m: Option<&'static mut _> = $crate::xtensa_lx::singleton!(
155155
: $crate::BusManagerXtensa<$bus_type> =
156156
$crate::BusManagerXtensa::new($bus)
157157
);

0 commit comments

Comments
 (0)