Fix format

This commit is contained in:
William 2024-10-28 08:40:38 +01:00
parent be52224211
commit bfff50a361

View File

@ -316,9 +316,8 @@ impl OriginDimensions for DoubleBuffer {
mod rcc_setup {
use embassy_stm32::rcc;
use embassy_stm32::time::Hertz;
use embassy_stm32::{Config, Peripherals};
use embassy_stm32::{rcc, Config, Peripherals};
/// Sets up clocks for the stm32u5g9zj mcu
/// change this if you plan to use a different microcontroller