FFS warnings about unused Result<>.

This commit is contained in:
Bob McWhirter 2021-07-21 11:33:04 -04:00
parent 053e330375
commit 34dfe28d3a

View file

@ -46,7 +46,7 @@ async fn main_task() {
let ready = Input::new(p.PE1, Pull::Up);
cortex_m::asm::delay(100_000);
reset.set_high();
reset.set_high().unwrap();
cortex_m::asm::delay(100_000);
while ready.is_low().unwrap() {