Added self to authors list, fixed Clippy lint errors
This commit is contained in:
parent
cc4db22b66
commit
1cac758d5a
9 changed files with 59 additions and 55 deletions
|
|
@ -121,7 +121,7 @@ impl UdpSocket {
|
|||
self.socket
|
||||
.set_rx_read_pointer(bus, tx_write_pointer)
|
||||
.and_then(|_| self.socket.command(bus, socketn::Command::Receive))?;
|
||||
Ok((packet_size.into(), remote))
|
||||
Ok((packet_size, remote))
|
||||
}
|
||||
|
||||
fn close<SpiBus: ActiveBus>(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue