mbed library sources. Supersedes mbed-src.

Dependents:   Nucleo_Hello_Encoder BLE_iBeaconScan AM1805_DEMO DISCO-F429ZI_ExportTemplate1 ... more

Revision:
187:0387e8f68319
Parent:
181:57724642e740
--- a/targets/TARGET_STM/TARGET_STM32L1/TARGET_MTB_MTS_XDOT/PeripheralNames.h	Fri Jun 22 16:45:37 2018 +0100
+++ b/targets/TARGET_STM/TARGET_STM32L1/TARGET_MTB_MTS_XDOT/PeripheralNames.h	Thu Sep 06 13:40:20 2018 +0100
@@ -50,9 +50,9 @@
     UART_3 = (int)USART3_BASE
 } UARTName;
 
-    #define STDIO_UART_TX  PA_2
-    #define STDIO_UART_RX  PA_3
-    #define STDIO_UART     UART_2
+#define STDIO_UART_TX  PA_2
+#define STDIO_UART_RX  PA_3
+#define STDIO_UART     UART_2
 
 typedef enum {
     SPI_1 = (int)SPI1_BASE,