diff options
Diffstat (limited to 'examples/src/bin/ble_bas_peripheral.rs')
-rw-r--r-- | examples/src/bin/ble_bas_peripheral.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/src/bin/ble_bas_peripheral.rs b/examples/src/bin/ble_bas_peripheral.rs index d734ce8..24c59a7 100644 --- a/examples/src/bin/ble_bas_peripheral.rs +++ b/examples/src/bin/ble_bas_peripheral.rs @@ -6,10 +6,10 @@ mod example_common; use example_common::*; -use anyfmt::{panic, *}; use core::mem; use cortex_m_rt::entry; use defmt::info; +use defmt::{panic, *}; use nrf_softdevice::ble::{gatt_server, peripheral, Connection}; use nrf_softdevice::{raw, RawError, Softdevice}; |