diff options
| -rw-r--r-- | embassy-net-esp-hosted/src/proto.rs | 2 | ||||
| -rw-r--r-- | embassy-stm32-wpan/src/mac/commands.rs | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/embassy-net-esp-hosted/src/proto.rs b/embassy-net-esp-hosted/src/proto.rs index 034d5bf84..089ded677 100644 --- a/embassy-net-esp-hosted/src/proto.rs +++ b/embassy-net-esp-hosted/src/proto.rs | |||
| @@ -1,3 +1,5 @@ | |||
| 1 | #![allow(unused)] | ||
| 2 | |||
| 1 | use heapless::{String, Vec}; | 3 | use heapless::{String, Vec}; |
| 2 | 4 | ||
| 3 | /// internal supporting structures for CtrlMsg | 5 | /// internal supporting structures for CtrlMsg |
diff --git a/embassy-stm32-wpan/src/mac/commands.rs b/embassy-stm32-wpan/src/mac/commands.rs index 8f6dcbbbc..c97c609c3 100644 --- a/embassy-stm32-wpan/src/mac/commands.rs +++ b/embassy-stm32-wpan/src/mac/commands.rs | |||
| @@ -1,3 +1,5 @@ | |||
| 1 | #![allow(unused)] | ||
| 2 | |||
| 1 | use core::{mem, slice}; | 3 | use core::{mem, slice}; |
| 2 | 4 | ||
| 3 | use super::opcodes::OpcodeM4ToM0; | 5 | use super::opcodes::OpcodeM4ToM0; |
