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 efde40b commit 2584653Copy full SHA for 2584653
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