We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1704bed commit 1a44b76Copy full SHA for 1a44b76
esp32-wroom-rp/src/protocol/operation.rs
@@ -1,6 +1,6 @@
1
use heapless::Vec;
2
3
-use crate::protocol::{NinaAbstractParam, NinaCommand};
+use super::{NinaAbstractParam, NinaCommand};
4
5
const MAX_NUMBER_OF_PARAMS: usize = 6;
6
0 commit comments