Skip to content

Commit 82c340e

Browse files
committed
Use pub use self::interrupt::Interrupt for more nightly love on msp430
Signed-off-by: Daniel Egger <[email protected]>
1 parent 00c81fd commit 82c340e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/generate/interrupt.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ pub fn render(
320320

321321
if *target != Target::CortexM {
322322
root.push(quote! {
323-
pub use interrupt::Interrupt;
323+
pub use self::interrupt::Interrupt;
324324
});
325325
}
326326
}

0 commit comments

Comments
 (0)