Merge pull request #2293 from esden/fix_qspi_flash_select

STM32 QSPI: Fix flash selection.
This commit is contained in:
Dario Nieuwenhuis
2023-12-16 01:00:57 +00:00
committed by GitHub

View File

@ -119,7 +119,7 @@ impl<'d, T: Instance, Dma> Qspi<'d, T, Dma> {
Some(nss.map_into()), Some(nss.map_into()),
dma, dma,
config, config,
FlashSelection::Flash2, FlashSelection::Flash1,
) )
} }