Fixed issue in QSPI when there aren't 8 pins

pull/11324/head
Ryan Morse 2019-08-27 00:42:20 +01:00 committed by Kyle Kearney
parent 375221097c
commit 459666f8f2
1 changed files with 1 additions and 1 deletions

View File

@ -598,8 +598,8 @@ cy_rslt_t cyhal_qspi_init(
result = CYHAL_QSPI_RSLT_ERR_PIN; result = CYHAL_QSPI_RSLT_ERR_PIN;
} }
} }
break;
#endif #endif
break;
case CY_SMIF_DATA_SEL1: case CY_SMIF_DATA_SEL1:
if (max_width >= CYHAL_QSPI_CFG_BUS_DUAL) if (max_width >= CYHAL_QSPI_CFG_BUS_DUAL)
{ {