Skip to content

Commit 83adad9

Browse files
authored
Merge pull request #14421 from jeromecoutant/PR_SDPUSB
SDP-K1: enable IAR compilation
2 parents b7f1acf + 2823fe0 commit 83adad9

File tree

1 file changed

+3
-3
lines changed
  • targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F469xI/TARGET_SDP_K1

1 file changed

+3
-3
lines changed

targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F469xI/TARGET_SDP_K1/PeripheralPins.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -424,15 +424,15 @@ MBED_WEAK const PinMap PinMap_QSPI_SSEL[] = {
424424

425425
//*** USBDEVICE ***
426426

427-
MBED_WEAK const PinMap PinMap_USB_FS[] = {
428-
/* Not Supported by SDP-K1*/
427+
/* Not Supported by SDP-K1*/
428+
// MBED_WEAK const PinMap PinMap_USB_FS[] = {
429429
// {PA_8, USB_FS, STM_PIN_DATA(STM_MODE_AF_PP, GPIO_PULLUP, GPIO_AF10_OTG_FS)}, // USB_OTG_FS_SOF
430430
// { PA_9, USB_FS, STM_PIN_DATA(STM_MODE_INPUT, GPIO_NOPULL, GPIO_AF_NONE) }, // USB_OTG_FS_VBUS // Connected to VBUS_FS1
431431
// {PA_10, USB_FS, STM_PIN_DATA(STM_MODE_AF_OD, GPIO_PULLUP, GPIO_AF10_OTG_FS) }, // USB_OTG_FS_ID // Connected to USB_FS1_ID
432432
// {PA_11, USB_FS, STM_PIN_DATA(STM_MODE_AF_PP, GPIO_PULLUP, GPIO_AF10_OTG_FS) }, // USB_OTG_FS_DM // Connected to USB_FS1_N
433433
// { PA_12, USB_FS, STM_PIN_DATA(STM_MODE_AF_PP, GPIO_PULLUP, GPIO_AF10_OTG_FS) }, // USB_OTG_FS_DP // Connected to USB_FS1_P
434434
// { NC, NC, 0 }
435-
};
435+
// };
436436

437437
MBED_WEAK const PinMap PinMap_USB_HS[] = {
438438
#if (MBED_CONF_TARGET_USB_SPEED == USE_USB_HS_IN_FS)

0 commit comments

Comments
 (0)