We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0d033b commit 55c6dadCopy full SHA for 55c6dad
targets/TARGET_Silicon_Labs/TARGET_EFM32/TARGET_EFM32GG11/TARGET_EFM32GG11_STK3701/PinNames.h
@@ -79,12 +79,12 @@ typedef enum {
79
STDIO_UART_RX = USBRX,
80
81
/* 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,
+ QSPI_FLASH1_IO0 = PG1,
+ QSPI_FLASH1_IO1 = PG2,
+ QSPI_FLASH1_IO2 = PG3,
+ QSPI_FLASH1_IO3 = PG4,
+ QSPI_FLASH1_SCK = PG0,
+ QSPI_FLASH1_CSN = PG9,
88
89
} PinName;
90
0 commit comments