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 eeca430 commit e7c4120Copy full SHA for e7c4120
targets/TARGET_STM/TARGET_STM32L1/serial_device.c
@@ -40,7 +40,7 @@ UART_HandleTypeDef uart_handlers[UART_NUM];
40
static uart_irq_handler irq_handler;
41
42
// Defined in serial_api.c
43
-inline int8_t get_uart_index(UARTName uart_name);
+extern int8_t get_uart_index(UARTName uart_name);
44
45
/******************************************************************************
46
* INTERRUPTS HANDLING
0 commit comments