diff options
| author | xoviat <[email protected]> | 2023-06-23 17:55:47 -0500 |
|---|---|---|
| committer | xoviat <[email protected]> | 2023-06-23 17:55:47 -0500 |
| commit | f23b34951a20f569997bbe028048f3943d7e4c56 (patch) | |
| tree | ce0e7c6bb26304ffb7a9b1b3e2bcdd6c5e7ffb0c | |
| parent | 29f32ce00ec0f50ef5e3b29c7e50f7f5479b4967 (diff) | |
rustfmt
| -rw-r--r-- | embassy-stm32-wpan/src/lhci.rs | 1 |
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; | |||
| 4 | use crate::consts::{TlPacketType, TL_EVT_HEADER_SIZE}; | 4 | use crate::consts::{TlPacketType, TL_EVT_HEADER_SIZE}; |
| 5 | use crate::evt::{CcEvt, EvtPacket, EvtSerial}; | 5 | use crate::evt::{CcEvt, EvtPacket, EvtSerial}; |
| 6 | use crate::tables::{DeviceInfoTable, RssInfoTable, SafeBootInfoTable, WirelessFwInfoTable, TL_DEVICE_INFO_TABLE}; | 6 | use crate::tables::{DeviceInfoTable, RssInfoTable, SafeBootInfoTable, WirelessFwInfoTable, TL_DEVICE_INFO_TABLE}; |
| 7 | use crate::TL_REF_TABLE; | ||
| 8 | 7 | ||
| 9 | const TL_BLEEVT_CC_OPCODE: u8 = 0x0e; | 8 | const TL_BLEEVT_CC_OPCODE: u8 = 0x0e; |
| 10 | const LHCI_OPCODE_C1_DEVICE_INF: u16 = 0xfd62; | 9 | const LHCI_OPCODE_C1_DEVICE_INF: u16 = 0xfd62; |
