mirror of
https://github.com/ferrous-systems/embedded-trainings-2020.git
synced 2025-02-04 20:02:21 +00:00
add log statement to solution
This commit is contained in:
parent
b1feb995e5
commit
700947c83b
1 changed files with 1 additions and 0 deletions
|
@ -90,6 +90,7 @@ impl Request {
|
||||||
Err(())
|
Err(())
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
defmt::println!("unhandled case in `Request` parser");
|
||||||
Err(())
|
Err(())
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue