aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxoviat <[email protected]>2023-06-23 17:55:47 -0500
committerxoviat <[email protected]>2023-06-23 17:55:47 -0500
commitf23b34951a20f569997bbe028048f3943d7e4c56 (patch)
treece0e7c6bb26304ffb7a9b1b3e2bcdd6c5e7ffb0c
parent29f32ce00ec0f50ef5e3b29c7e50f7f5479b4967 (diff)
rustfmt
-rw-r--r--embassy-stm32-wpan/src/lhci.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/embassy-stm32-wpan/src/lhci.rs b/embassy-stm32-wpan/src/lhci.rs
index 284103705..89f204f99 100644
--- a/embassy-stm32-wpan/src/lhci.rs
+++ b/embassy-stm32-wpan/src/lhci.rs
@@ -4,7 +4,6 @@ use crate::cmd::CmdPacket;
4use crate::consts::{TlPacketType, TL_EVT_HEADER_SIZE}; 4use crate::consts::{TlPacketType, TL_EVT_HEADER_SIZE};
5use crate::evt::{CcEvt, EvtPacket, EvtSerial}; 5use crate::evt::{CcEvt, EvtPacket, EvtSerial};
6use crate::tables::{DeviceInfoTable, RssInfoTable, SafeBootInfoTable, WirelessFwInfoTable, TL_DEVICE_INFO_TABLE}; 6use crate::tables::{DeviceInfoTable, RssInfoTable, SafeBootInfoTable, WirelessFwInfoTable, TL_DEVICE_INFO_TABLE};
7use crate::TL_REF_TABLE;
8 7
9const TL_BLEEVT_CC_OPCODE: u8 = 0x0e; 8const TL_BLEEVT_CC_OPCODE: u8 = 0x0e;
10const LHCI_OPCODE_C1_DEVICE_INF: u16 = 0xfd62; 9const LHCI_OPCODE_C1_DEVICE_INF: u16 = 0xfd62;