mbed library sources. Supersedes mbed-src.

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

Revision:
186:707f6e361f3e
Parent:
181:57724642e740
Child:
187:0387e8f68319
--- a/targets/TARGET_STM/TARGET_STM32F0/serial_device.c	Thu Apr 19 17:12:19 2018 +0100
+++ b/targets/TARGET_STM/TARGET_STM32F0/serial_device.c	Fri Jun 22 16:45:37 2018 +0100
@@ -48,7 +48,7 @@
 static uart_irq_handler irq_handler;
 
 // Defined in serial_api.c
-inline int8_t get_uart_index(UARTName uart_name);
+extern int8_t get_uart_index(UARTName uart_name);
 
 /******************************************************************************
  * INTERRUPTS HANDLING