Skip to content

Commit 55c6dad

Browse files
committed
Apply changes corresponding to #7817
QSPI standard pin names were changed after the QSPI feature PR.
1 parent e0d033b commit 55c6dad

File tree

1 file changed

+6
-6
lines changed
  • targets/TARGET_Silicon_Labs/TARGET_EFM32/TARGET_EFM32GG11/TARGET_EFM32GG11_STK3701

1 file changed

+6
-6
lines changed

targets/TARGET_Silicon_Labs/TARGET_EFM32/TARGET_EFM32GG11/TARGET_EFM32GG11_STK3701/PinNames.h

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -79,12 +79,12 @@ typedef enum {
7979
STDIO_UART_RX = USBRX,
8080

8181
/* On-board MX25R3235F */
82-
QSPI_PIN_IO0 = PG1,
83-
QSPI_PIN_IO1 = PG2,
84-
QSPI_PIN_IO2 = PG3,
85-
QSPI_PIN_IO3 = PG4,
86-
QSPI_PIN_SCK = PG0,
87-
QSPI_PIN_CSN = PG9,
82+
QSPI_FLASH1_IO0 = PG1,
83+
QSPI_FLASH1_IO1 = PG2,
84+
QSPI_FLASH1_IO2 = PG3,
85+
QSPI_FLASH1_IO3 = PG4,
86+
QSPI_FLASH1_SCK = PG0,
87+
QSPI_FLASH1_CSN = PG9,
8888

8989
} PinName;
9090

0 commit comments

Comments
 (0)