aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32-wpan
diff options
context:
space:
mode:
Diffstat (limited to 'embassy-stm32-wpan')
-rw-r--r--embassy-stm32-wpan/src/sub/sys.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/embassy-stm32-wpan/src/sub/sys.rs b/embassy-stm32-wpan/src/sub/sys.rs
index 718ccae8b..3ee539bb9 100644
--- a/embassy-stm32-wpan/src/sub/sys.rs
+++ b/embassy-stm32-wpan/src/sub/sys.rs
@@ -1,5 +1,3 @@
1use core::ptr;
2
3use embassy_stm32::ipcc::{IpccRxChannel, IpccTxChannel}; 1use embassy_stm32::ipcc::{IpccRxChannel, IpccTxChannel};
4 2
5use crate::cmd::CmdPacket; 3use crate::cmd::CmdPacket;