mirror of https://github.com/ARMmbed/mbed-os.git
Apply changes corresponding to #7817
QSPI standard pin names were changed after the QSPI feature PR.pull/7825/head
parent
e0d033bdd1
commit
55c6dade3d
|
@ -79,12 +79,12 @@ typedef enum {
|
|||
STDIO_UART_RX = USBRX,
|
||||
|
||||
/* On-board MX25R3235F */
|
||||
QSPI_PIN_IO0 = PG1,
|
||||
QSPI_PIN_IO1 = PG2,
|
||||
QSPI_PIN_IO2 = PG3,
|
||||
QSPI_PIN_IO3 = PG4,
|
||||
QSPI_PIN_SCK = PG0,
|
||||
QSPI_PIN_CSN = PG9,
|
||||
QSPI_FLASH1_IO0 = PG1,
|
||||
QSPI_FLASH1_IO1 = PG2,
|
||||
QSPI_FLASH1_IO2 = PG3,
|
||||
QSPI_FLASH1_IO3 = PG4,
|
||||
QSPI_FLASH1_SCK = PG0,
|
||||
QSPI_FLASH1_CSN = PG9,
|
||||
|
||||
} PinName;
|
||||
|
||||
|
|
Loading…
Reference in New Issue