mirror of
https://github.com/ferrous-systems/embedded-trainings-2020.git
synced 2025-01-25 07:18:08 +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(())
|
||||
}
|
||||
} else {
|
||||
defmt::println!("unhandled case in `Request` parser");
|
||||
Err(())
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue