FFS warnings about unused Result<>.
This commit is contained in:
parent
053e330375
commit
34dfe28d3a
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Reference in a new issue