This commit is contained in:
Dario Nieuwenhuis
2021-02-03 05:15:13 +01:00
parent cb5931d583
commit 10cd5bddc9
5 changed files with 34 additions and 20 deletions

View File

@ -112,7 +112,6 @@ impl<'a> TcpSocket<'a> {
}
fn to_ioerr(e: Error) -> io::Error {
warn!("smoltcp err: {:?}", e);
// todo
io::Error::Other
}