STM32 QSPI typo (#3418)

This commit is contained in:
Dion Dokter 2024-10-15 13:23:57 +02:00 committed by GitHub
parent 4f08d5bc5f
commit e350ca836a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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,