mirror of https://github.com/ARMmbed/mbed-os.git
QSPI STM32: fix ssel af selection
parent
642666f678
commit
fca7a85868
|
@ -361,7 +361,7 @@ const PinMap PinMap_QSPI_SCLK[] = {
|
||||||
};
|
};
|
||||||
|
|
||||||
const PinMap PinMap_QSPI_SSEL[] = {
|
const PinMap PinMap_QSPI_SSEL[] = {
|
||||||
{PB_6, 0, STM_PIN_DATA(STM_MODE_AF_PP, GPIO_PULLUP, GPIO_AF5_SPI2)},
|
{PB_6, 0, STM_PIN_DATA(STM_MODE_AF_PP, GPIO_PULLUP, GPIO_AF10_QSPI)},
|
||||||
{NC, NC, 0}
|
{NC, NC, 0}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue