Skip to content

Commit 033b58a

Browse files
committed
Remove unused import
1 parent 557637a commit 033b58a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/button.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ use stm32g4xx_hal::{
1111

1212
use core::cell::RefCell;
1313
use core::sync::atomic::{AtomicBool, Ordering};
14-
use cortex_m::{asm::wfi, interrupt::Mutex};
14+
use cortex_m::interrupt::Mutex;
1515
use cortex_m_rt::entry;
1616

1717
type ButtonPin = gpio::PC13<Input>;

0 commit comments

Comments
 (0)