aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32u5
diff options
context:
space:
mode:
authorWilliam <[email protected]>2024-10-28 08:40:38 +0100
committerWilliam <[email protected]>2024-10-28 08:40:38 +0100
commitbfff50a3619be3a9fbc052a70b2e43c95cc5dc42 (patch)
treeca5ab3e6dd44221f67c91eb92cd09bc63093db4b /examples/stm32u5
parentbe5222421177b632cd120272e08156b64cc0b886 (diff)
Fix format
Diffstat (limited to 'examples/stm32u5')
-rw-r--r--examples/stm32u5/src/bin/ltdc.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/stm32u5/src/bin/ltdc.rs b/examples/stm32u5/src/bin/ltdc.rs
index 5bf2cd67d..bd59a9148 100644
--- a/examples/stm32u5/src/bin/ltdc.rs
+++ b/examples/stm32u5/src/bin/ltdc.rs
@@ -316,9 +316,8 @@ impl OriginDimensions for DoubleBuffer {
316 316
317mod rcc_setup { 317mod rcc_setup {
318 318
319 use embassy_stm32::rcc;
320 use embassy_stm32::time::Hertz; 319 use embassy_stm32::time::Hertz;
321 use embassy_stm32::{Config, Peripherals}; 320 use embassy_stm32::{rcc, Config, Peripherals};
322 321
323 /// Sets up clocks for the stm32u5g9zj mcu 322 /// Sets up clocks for the stm32u5g9zj mcu
324 /// change this if you plan to use a different microcontroller 323 /// change this if you plan to use a different microcontroller