Add CI
This commit is contained in:
@ -11,6 +11,7 @@ defmt-debug = []
|
||||
defmt-info = []
|
||||
defmt-warn = []
|
||||
defmt-error = []
|
||||
defmt = [ "dep:defmt", "smoltcp/defmt" ]
|
||||
|
||||
[dependencies]
|
||||
|
||||
|
@ -112,7 +112,6 @@ impl<'a> TcpSocket<'a> {
|
||||
}
|
||||
|
||||
fn to_ioerr(e: Error) -> io::Error {
|
||||
warn!("smoltcp err: {:?}", e);
|
||||
// todo
|
||||
io::Error::Other
|
||||
}
|
||||
|
Reference in New Issue
Block a user