mirror of https://github.com/ARMmbed/mbed-os.git
Fixed issue in QSPI when there aren't 8 pins
parent
375221097c
commit
459666f8f2
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue