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 4933ec2 commit ec5baa1Copy full SHA for ec5baa1
targets/TARGET_Silicon_Labs/TARGET_EFM32/TARGET_EFM32GG11/PeripheralPins.c
@@ -415,8 +415,10 @@ MBED_WEAK const PinMap PinMap_SPI_CS[] = {
415
#endif
416
{NC , NC , NC}
417
};
418
+#endif
419
420
/************UART**************/
421
+#if DEVICE_SERIAL
422
MBED_WEAK const PinMap PinMap_UART_TX[] = {
423
#ifdef USART0_BASE
424
{PE10, USART_0, 0},
@@ -472,9 +474,7 @@ MBED_WEAK const PinMap PinMap_UART_TX[] = {
472
474
473
475
476
-#endif
477
-#if DEVICE_SERIAL
478
MBED_WEAK const PinMap PinMap_UART_RX[] = {
479
480
{PE11, USART_0, 0},
0 commit comments