aboutsummaryrefslogtreecommitdiff
path: root/examples/boot/application/nrf/src/bin/b.rs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/boot/application/nrf/src/bin/b.rs')
-rw-r--r--examples/boot/application/nrf/src/bin/b.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/boot/application/nrf/src/bin/b.rs b/examples/boot/application/nrf/src/bin/b.rs
index a88c3c56c..de97b6a22 100644
--- a/examples/boot/application/nrf/src/bin/b.rs
+++ b/examples/boot/application/nrf/src/bin/b.rs
@@ -1,7 +1,6 @@
1#![no_std] 1#![no_std]
2#![no_main] 2#![no_main]
3#![macro_use] 3#![macro_use]
4#![feature(type_alias_impl_trait)]
5 4
6use embassy_executor::Spawner; 5use embassy_executor::Spawner;
7use embassy_nrf::gpio::{Level, Output, OutputDrive}; 6use embassy_nrf::gpio::{Level, Output, OutputDrive};