mirror of
https://github.com/embassy-rs/embassy.git
synced 2024-11-21 14:22:33 +00:00
Fix format
This commit is contained in:
parent
be52224211
commit
bfff50a361
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user