rustfmt everything

This commit is contained in:
Dario Nieuwenhuis
2021-08-04 15:25:21 +02:00
parent 87f27d5ed6
commit a1a5acb825
2 changed files with 1 additions and 2 deletions

View File

@ -37,7 +37,6 @@ async fn my_task(sender: Sender<'static, WithNoThreads, LedState, 1>) {
#[embassy::main]
async fn main(spawner: Spawner, p: Peripherals) {
let mut led = Output::new(p.P0_13, Level::Low, OutputDrive::Standard);
let channel = CHANNEL.put(Channel::new());