Skip to content

Commit f4a43f1

Browse files
calebbourgjhodapp
andauthored
Update esp32-wroom-rp/src/protocol.rs
Co-authored-by: Jim Hodapp <james.hodapp@gmail.com>
1 parent 1b3a058 commit f4a43f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

esp32-wroom-rp/src/protocol.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ impl NinaParam for NinaNoParams {
4444
Self { _placeholder: 0 }
4545
}
4646

47-
fn from_bytes(bytes: &[u8]) -> Self {
47+
fn from_bytes(_bytes: &[u8]) -> Self {
4848
Self { _placeholder: 0 }
4949
}
5050

0 commit comments

Comments
 (0)