Remove unused imports

This commit is contained in:
bofh 2023-07-30 19:34:27 +02:00
parent 04ed45941a
commit d8420ed5a0
2 changed files with 0 additions and 2 deletions

View File

@ -9,7 +9,6 @@ use defmt::assert_eq;
use embassy_executor::Spawner;
use embassy_stm32::dma::NoDma;
use embassy_stm32::spi::{self, Spi};
use embassy_stm32::time::Hertz;
#[embassy_executor::main]
async fn main(_spawner: Spawner) {

View File

@ -8,7 +8,6 @@ use common::*;
use defmt::assert_eq;
use embassy_executor::Spawner;
use embassy_stm32::spi::{self, Spi};
use embassy_stm32::time::Hertz;
#[embassy_executor::main]
async fn main(_spawner: Spawner) {