Skip to content
This repository has been archived by the owner on May 23, 2023. It is now read-only.

Commit

Permalink
Apply changes corresponding to ARMmbed#7817
Browse files Browse the repository at this point in the history
QSPI standard pin names were changed after the QSPI feature PR.
  • Loading branch information
stevew817 committed Aug 27, 2018
1 parent e0d033b commit 55c6dad
Showing 1 changed file with 6 additions and 6 deletions.
Expand Up @@ -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;

Expand Down

0 comments on commit 55c6dad

Please sign in to comment.