summaryrefslogtreecommitdiff
path: root/examples/src/bin/ble_l2cap_central.rs
diff options
context:
space:
mode:
authorTimo Kröger <timo.kroeger@hitachienergy.com>2021-12-22 13:05:46 +0100
committerTimo Kröger <timo.kroeger@hitachienergy.com>2021-12-22 13:05:46 +0100
commit716f03010469cb1a5212fd12764f314ce1e7bcc9 (patch)
treed8d53b0902859e3bc1ed68d89cd46f34dd257279 /examples/src/bin/ble_l2cap_central.rs
parentf81a201211d63a994528e69b1c5a224be9b53f85 (diff)
downloadnrf-softdevice-716f03010469cb1a5212fd12764f314ce1e7bcc9.zip
Update dependencies to latest embassy git version
Diffstat (limited to 'examples/src/bin/ble_l2cap_central.rs')
-rw-r--r--examples/src/bin/ble_l2cap_central.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/src/bin/ble_l2cap_central.rs b/examples/src/bin/ble_l2cap_central.rs
index 4a1817e..2fb1f87 100644
--- a/examples/src/bin/ble_l2cap_central.rs
+++ b/examples/src/bin/ble_l2cap_central.rs
@@ -12,8 +12,7 @@ use core::mem;
use core::ptr::NonNull;
use core::slice;
use cortex_m_rt::entry;
-use defmt::info;
-use defmt::{unreachable, *};
+use defmt::{info, *};
use embassy::executor::Executor;
use embassy::util::Forever;