Merge pull request #2293 from esden/fix_qspi_flash_select
STM32 QSPI: Fix flash selection.
This commit is contained in:
commit
ccf602b333
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ impl<'d, T: Instance, Dma> Qspi<'d, T, Dma> {
|
|||
Some(nss.map_into()),
|
||||
dma,
|
||||
config,
|
||||
FlashSelection::Flash2,
|
||||
FlashSelection::Flash1,
|
||||
)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue