STM32 QSPI: Fix flash selection.

This commit is contained in:
Piotr Esden-Tempski 2023-12-15 16:47:56 -08:00 committed by Dario Nieuwenhuis
parent 287f57b704
commit 992a9565a8

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,
) )
} }