Skip to content

Commit 1a44b76

Browse files
committed
user super over crate
1 parent 1704bed commit 1a44b76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

esp32-wroom-rp/src/protocol/operation.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
use heapless::Vec;
22

3-
use crate::protocol::{NinaAbstractParam, NinaCommand};
3+
use super::{NinaAbstractParam, NinaCommand};
44

55
const MAX_NUMBER_OF_PARAMS: usize = 6;
66

0 commit comments

Comments
 (0)