We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 557637a commit 033b58aCopy full SHA for 033b58a
examples/button.rs
@@ -11,7 +11,7 @@ use stm32g4xx_hal::{
11
12
use core::cell::RefCell;
13
use core::sync::atomic::{AtomicBool, Ordering};
14
-use cortex_m::{asm::wfi, interrupt::Mutex};
+use cortex_m::interrupt::Mutex;
15
use cortex_m_rt::entry;
16
17
type ButtonPin = gpio::PC13<Input>;
0 commit comments