Skip to content

Commit 1b3a058

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

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
@@ -40,7 +40,7 @@ pub struct NinaNoParams {
4040
impl NinaParam for NinaNoParams {
4141
type LengthAsBytes = [u8; 0];
4242

43-
fn new(data: &str) -> Self {
43+
fn new(_data: &str) -> Self {
4444
Self { _placeholder: 0 }
4545
}
4646

0 commit comments

Comments
 (0)