From 50501e0f49e5c2ae939ef0e231d1d3cf319b0a76 Mon Sep 17 00:00:00 2001 From: xoviat Date: Mon, 17 Nov 2025 13:23:10 -0600 Subject: fmt --- embassy-stm32-wpan/src/mac/indications.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/embassy-stm32-wpan/src/mac/indications.rs b/embassy-stm32-wpan/src/mac/indications.rs index a43777e75..5673514c9 100644 --- a/embassy-stm32-wpan/src/mac/indications.rs +++ b/embassy-stm32-wpan/src/mac/indications.rs @@ -3,14 +3,13 @@ use core::slice; use smoltcp::wire::Ieee802154FrameType; use smoltcp::wire::ieee802154::Frame; -use crate::mac::typedefs::MacAddressAndMode; - use super::consts::MAX_PENDING_ADDRESS; use super::event::ParseableMacEvent; use super::typedefs::{ AddressMode, Capabilities, DisassociationReason, KeyIdMode, MacAddress, MacChannel, MacStatus, PanDescriptor, PanId, SecurityLevel, }; +use crate::mac::typedefs::MacAddressAndMode; /// MLME ASSOCIATE Indication which will be used by the MAC /// to indicate the reception of an association request command -- cgit