Optimize imports
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
use crate::types::{LoraPublisher, SharedI2c};
|
||||
use core::sync::atomic::{AtomicPtr, Ordering};
|
||||
use defmt::Debug2Format;
|
||||
use embassy_sync::once_lock::OnceLock;
|
||||
@@ -7,7 +8,6 @@ use esp_hal::rng::Trng;
|
||||
use lorawan_device::RngCore;
|
||||
use pn532::felica::FelicaBlock;
|
||||
use pn532::Pn532;
|
||||
use crate::types::{LoraPublisher, SharedI2c};
|
||||
|
||||
static CARD_KEY: OnceLock<heapless::Vec<u8, 16>> = OnceLock::new();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user