aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32u5/src
diff options
context:
space:
mode:
Diffstat (limited to 'examples/stm32u5/src')
-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