Skip to content

Commit 459666f

Browse files
cy-opmKyle Kearney
authored andcommitted
Fixed issue in QSPI when there aren't 8 pins
1 parent 3752210 commit 459666f

File tree

1 file changed

+1
-1
lines changed
  • targets/TARGET_Cypress/TARGET_PSOC6/psoc6csp/hal/src

1 file changed

+1
-1
lines changed

targets/TARGET_Cypress/TARGET_PSOC6/psoc6csp/hal/src/cyhal_qspi.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -598,8 +598,8 @@ cy_rslt_t cyhal_qspi_init(
598598
result = CYHAL_QSPI_RSLT_ERR_PIN;
599599
}
600600
}
601-
break;
602601
#endif
602+
break;
603603
case CY_SMIF_DATA_SEL1:
604604
if (max_width >= CYHAL_QSPI_CFG_BUS_DUAL)
605605
{

0 commit comments

Comments
 (0)