rustfmt again
This commit is contained in:
parent
67e7532b4a
commit
d05817f89d
1 changed files with 2 additions and 4 deletions
|
@ -7,9 +7,6 @@
|
|||
|
||||
use core::str::from_utf8;
|
||||
|
||||
use serde::Deserialize;
|
||||
use serde_json_core;
|
||||
|
||||
use cyw43_pio::PioSpi;
|
||||
use defmt::*;
|
||||
use embassy_executor::Spawner;
|
||||
|
@ -23,8 +20,9 @@ use embassy_rp::pio::{InterruptHandler, Pio};
|
|||
use embassy_time::{Duration, Timer};
|
||||
use reqwless::client::{HttpClient, TlsConfig, TlsVerify};
|
||||
use reqwless::request::Method;
|
||||
use serde::Deserialize;
|
||||
use static_cell::StaticCell;
|
||||
use {defmt_rtt as _, panic_probe as _};
|
||||
use {defmt_rtt as _, panic_probe as _, serde_json_core};
|
||||
|
||||
bind_interrupts!(struct Irqs {
|
||||
PIO0_IRQ_0 => InterruptHandler<PIO0>;
|
||||
|
|
Loading…
Add table
Reference in a new issue