Fix all warnings on embassy-rp and embassy-rp-examples and

embassy-std-examples
This commit is contained in:
Rukai
2021-05-18 22:11:20 +10:00
committed by Lucas Kent
parent 58723a8e76
commit 2363a019e2
8 changed files with 10 additions and 11 deletions

View File

@ -9,7 +9,6 @@
#[path = "../example_common.rs"]
mod example_common;
use defmt::*;
use embassy::executor::Spawner;
use embassy_rp::gpio::{Input, Level, Output, Pull};
use embassy_rp::Peripherals;

View File

@ -9,7 +9,6 @@
#[path = "../example_common.rs"]
mod example_common;
use defmt::*;
use embassy::executor::Spawner;
use embassy_rp::{uart, Peripherals};