diff options
| author | Dario Nieuwenhuis <[email protected]> | 2025-01-07 22:00:41 +0100 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2025-01-07 22:00:41 +0100 |
| commit | d08116da49161e1f0db2b104553d50035c499be8 (patch) | |
| tree | 3b41d017a9ff7839accd51558450e5396c303034 | |
| parent | 29e4b4486ccb8080aa3f93e5078f00ccbdb4ef62 (diff) | |
Fix typo.
| -rw-r--r-- | embassy-stm32/src/ospi/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-stm32/src/ospi/mod.rs b/embassy-stm32/src/ospi/mod.rs index 33e19f4f8..e35d51c91 100644 --- a/embassy-stm32/src/ospi/mod.rs +++ b/embassy-stm32/src/ospi/mod.rs | |||
| @@ -52,7 +52,7 @@ pub struct Config { | |||
| 52 | /// Enables the transaction boundary feature and defines the boundary to release | 52 | /// Enables the transaction boundary feature and defines the boundary to release |
| 53 | /// the chip select | 53 | /// the chip select |
| 54 | pub chip_select_boundary: u8, | 54 | pub chip_select_boundary: u8, |
| 55 | /// Enbales the delay block bypass so the sampling is not affected by the delay block | 55 | /// Enables the delay block bypass so the sampling is not affected by the delay block |
| 56 | pub delay_block_bypass: bool, | 56 | pub delay_block_bypass: bool, |
| 57 | /// Enables communication regulation feature. Chip select is released when the other | 57 | /// Enables communication regulation feature. Chip select is released when the other |
| 58 | /// OctoSpi requests access to the bus | 58 | /// OctoSpi requests access to the bus |
