diff options
| author | Cristian Milatinov <[email protected]> | 2025-07-05 01:34:10 -0400 |
|---|---|---|
| committer | Cristian Milatinov <[email protected]> | 2025-07-05 01:34:10 -0400 |
| commit | bd5b1580dfb07e0bcd5ec1d0e5f8cc8b958d72ba (patch) | |
| tree | 55ef79756adae09aeb0516936ea3c7bc6a5788c2 /examples/stm32l432 | |
| parent | 9134fb2dd4f8430b1630cff98a93f030dae3ebeb (diff) | |
Run cargo fmt
Diffstat (limited to 'examples/stm32l432')
| -rw-r--r-- | examples/stm32l432/src/bin/qspi_mmap.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/stm32l432/src/bin/qspi_mmap.rs b/examples/stm32l432/src/bin/qspi_mmap.rs index 414621475..075458fe5 100644 --- a/examples/stm32l432/src/bin/qspi_mmap.rs +++ b/examples/stm32l432/src/bin/qspi_mmap.rs | |||
| @@ -7,8 +7,7 @@ | |||
| 7 | use defmt::info; | 7 | use defmt::info; |
| 8 | use embassy_stm32::mode; | 8 | use embassy_stm32::mode; |
| 9 | use embassy_stm32::qspi::enums::{ | 9 | use embassy_stm32::qspi::enums::{ |
| 10 | AddressSize, ChipSelectHighTime, DummyCycles, FIFOThresholdLevel, MemorySize, QspiWidth, | 10 | AddressSize, ChipSelectHighTime, DummyCycles, FIFOThresholdLevel, MemorySize, QspiWidth, SampleShifting, |
| 11 | SampleShifting | ||
| 12 | }; | 11 | }; |
| 13 | use embassy_stm32::qspi::{self, Instance, TransferConfig}; | 12 | use embassy_stm32::qspi::{self, Instance, TransferConfig}; |
| 14 | pub struct FlashMemory<I: Instance> { | 13 | pub struct FlashMemory<I: Instance> { |
