Skip to content

Commit e30435b

Browse files
authored
Merge pull request #7990 from maciejbocianski/qspi_small_fixes
DISCO_L475VG_IOT01A remove old QSPI pins
2 parents 8a43879 + 050604f commit e30435b

File tree

1 file changed

+0
-8
lines changed
  • targets/TARGET_STM/TARGET_STM32L4/TARGET_STM32L475xG/TARGET_DISCO_L475VG_IOT01A

1 file changed

+0
-8
lines changed

targets/TARGET_STM/TARGET_STM32L4/TARGET_STM32L475xG/TARGET_DISCO_L475VG_IOT01A/PinNames.h

-8
Original file line numberDiff line numberDiff line change
@@ -240,14 +240,6 @@ typedef enum {
240240
SPI_SCK = D13,
241241
SPI_CS = D10,
242242
PWM_OUT = D9,
243-
#ifdef DEVICE_QSPI
244-
QSPI_PIN_IO0 = PE_12,
245-
QSPI_PIN_IO1 = PE_13,
246-
QSPI_PIN_IO2 = PE_14,
247-
QSPI_PIN_IO3 = PE_15,
248-
QSPI_PIN_SCK = PE_10,
249-
QSPI_PIN_CSN = PE_11,
250-
#endif
251243

252244
/**** USB pins ****/
253245
USB_OTG_FS_DM = PA_11,

0 commit comments

Comments
 (0)