diff options
| author | Ulf Lilleengen <[email protected]> | 2024-01-12 09:22:16 +0100 |
|---|---|---|
| committer | Ulf Lilleengen <[email protected]> | 2024-01-12 09:22:16 +0100 |
| commit | f23182a71009a2655fdeba1ea98b9e1db9dd15cc (patch) | |
| tree | 5c54ce1b221574483486b308769d5e4febec5e9b /examples | |
| parent | a40186f3cb96feab245f5682311bb72e24b67e83 (diff) | |
fix: rustfmt
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/stm32wb/src/bin/gatt_server.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/stm32wb/src/bin/gatt_server.rs b/examples/stm32wb/src/bin/gatt_server.rs index 0dfe0ed09..3b50d6c31 100644 --- a/examples/stm32wb/src/bin/gatt_server.rs +++ b/examples/stm32wb/src/bin/gatt_server.rs | |||
| @@ -22,7 +22,8 @@ use embassy_stm32_wpan::hci::vendor::command::gatt::{ | |||
| 22 | WriteResponseParameters, | 22 | WriteResponseParameters, |
| 23 | }; | 23 | }; |
| 24 | use embassy_stm32_wpan::hci::vendor::command::hal::{ConfigData, HalCommands, PowerLevel}; | 24 | use embassy_stm32_wpan::hci::vendor::command::hal::{ConfigData, HalCommands, PowerLevel}; |
| 25 | use embassy_stm32_wpan::hci::vendor::event::{self, command::VendorReturnParameters, AttributeHandle, VendorEvent}; | 25 | use embassy_stm32_wpan::hci::vendor::event::command::VendorReturnParameters; |
| 26 | use embassy_stm32_wpan::hci::vendor::event::{self, AttributeHandle, VendorEvent}; | ||
| 26 | use embassy_stm32_wpan::hci::{BdAddr, Event}; | 27 | use embassy_stm32_wpan::hci::{BdAddr, Event}; |
| 27 | use embassy_stm32_wpan::lhci::LhciC1DeviceInformationCcrp; | 28 | use embassy_stm32_wpan::lhci::LhciC1DeviceInformationCcrp; |
| 28 | use embassy_stm32_wpan::sub::ble::Ble; | 29 | use embassy_stm32_wpan::sub::ble::Ble; |
