QSPI STM32: fix ssel af selection

pull/6106/head
Martin Kojtal 2017-11-23 14:08:21 +00:00
parent 642666f678
commit fca7a85868
1 changed files with 1 additions and 1 deletions

View File

@ -361,7 +361,7 @@ const PinMap PinMap_QSPI_SCLK[] = {
};
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}
};