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
commit ccf602b333
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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