aboutsummaryrefslogtreecommitdiff
path: root/examples/rp/src
diff options
context:
space:
mode:
authorRukai <[email protected]>2021-07-04 12:42:39 +1000
committerRukai <[email protected]>2021-07-04 12:46:04 +1000
commit56d0c5ffe1c7f49473e479e791b31685a6faaba7 (patch)
tree5959d5fd9fffa8717b724dd317b3dd355f7c0bf1 /examples/rp/src
parent8615ffb523edbfa10b9bc13c24668da760cf06c5 (diff)
Fix warnings in std and rp
Diffstat (limited to 'examples/rp/src')
-rw-r--r--examples/rp/src/bin/button.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/rp/src/bin/button.rs b/examples/rp/src/bin/button.rs
index 12bc0e0d9..b0c3347f4 100644
--- a/examples/rp/src/bin/button.rs
+++ b/examples/rp/src/bin/button.rs
@@ -12,7 +12,6 @@ mod example_common;
12use embassy::executor::Spawner; 12use embassy::executor::Spawner;
13use embassy_rp::gpio::{Input, Level, Output, Pull}; 13use embassy_rp::gpio::{Input, Level, Output, Pull};
14use embassy_rp::Peripherals; 14use embassy_rp::Peripherals;
15use embedded_hal::digital::v2::{InputPin, OutputPin};
16 15
17#[embassy::main] 16#[embassy::main]
18async fn main(_spawner: Spawner, p: Peripherals) { 17async fn main(_spawner: Spawner, p: Peripherals) {