Skip to content

Commit c683520

Browse files
committed
fix re-export when edition=2018
1 parent a3f0b00 commit c683520

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/generate/device.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ pub fn render(d: &Device, target: &Target, nightly: bool, device_x: &mut String)
126126
pub use cortex_m::peripheral::Peripherals as CorePeripherals;
127127
#[cfg(feature = "rt")]
128128
pub use cortex_m_rt::interrupt;
129-
pub use Interrupt as interrupt;
129+
pub use self::Interrupt as interrupt;
130130
});
131131

132132
if fpu_present {

0 commit comments

Comments
 (0)