diff options
| author | Rukai <[email protected]> | 2021-07-04 12:42:39 +1000 |
|---|---|---|
| committer | Rukai <[email protected]> | 2021-07-04 12:46:04 +1000 |
| commit | 56d0c5ffe1c7f49473e479e791b31685a6faaba7 (patch) | |
| tree | 5959d5fd9fffa8717b724dd317b3dd355f7c0bf1 /examples/rp/src | |
| parent | 8615ffb523edbfa10b9bc13c24668da760cf06c5 (diff) | |
Fix warnings in std and rp
Diffstat (limited to 'examples/rp/src')
| -rw-r--r-- | examples/rp/src/bin/button.rs | 1 |
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; | |||
| 12 | use embassy::executor::Spawner; | 12 | use embassy::executor::Spawner; |
| 13 | use embassy_rp::gpio::{Input, Level, Output, Pull}; | 13 | use embassy_rp::gpio::{Input, Level, Output, Pull}; |
| 14 | use embassy_rp::Peripherals; | 14 | use embassy_rp::Peripherals; |
| 15 | use embedded_hal::digital::v2::{InputPin, OutputPin}; | ||
| 16 | 15 | ||
| 17 | #[embassy::main] | 16 | #[embassy::main] |
| 18 | async fn main(_spawner: Spawner, p: Peripherals) { | 17 | async fn main(_spawner: Spawner, p: Peripherals) { |
