aboutsummaryrefslogtreecommitdiff
path: root/examples/rp/src/bin/gpio_async.rs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/rp/src/bin/gpio_async.rs')
-rw-r--r--examples/rp/src/bin/gpio_async.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/rp/src/bin/gpio_async.rs b/examples/rp/src/bin/gpio_async.rs
index 98209fe41..b79fb2a15 100644
--- a/examples/rp/src/bin/gpio_async.rs
+++ b/examples/rp/src/bin/gpio_async.rs
@@ -4,7 +4,6 @@
4 4
5#![no_std] 5#![no_std]
6#![no_main] 6#![no_main]
7#![feature(type_alias_impl_trait)]
8 7
9use defmt::*; 8use defmt::*;
10use embassy_executor::Spawner; 9use embassy_executor::Spawner;