mirror of
https://github.com/embassy-rs/embassy.git
synced 2024-11-21 14:22:33 +00:00
STM32 QSPI typo (#3418)
This commit is contained in:
parent
4f08d5bc5f
commit
e350ca836a
@ -18,7 +18,7 @@ use crate::{peripherals, Peripheral};
|
||||
|
||||
/// QSPI transfer configuration.
|
||||
pub struct TransferConfig {
|
||||
/// Instraction width (IMODE)
|
||||
/// Instruction width (IMODE)
|
||||
pub iwidth: QspiWidth,
|
||||
/// Address width (ADMODE)
|
||||
pub awidth: QspiWidth,
|
||||
|
Loading…
Reference in New Issue
Block a user