STM32 QSPI: Fix flash selection.

This commit is contained in:
Piotr Esden-Tempski 2023-12-15 16:47:56 -08:00
parent 858987263b
commit 3568e4a5ff

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