Skip to content

Commit e7c4120

Browse files
committed
STM32L1 : correct compilation warnings
1 parent eeca430 commit e7c4120

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

targets/TARGET_STM/TARGET_STM32L1/serial_device.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ UART_HandleTypeDef uart_handlers[UART_NUM];
4040
static uart_irq_handler irq_handler;
4141

4242
// Defined in serial_api.c
43-
inline int8_t get_uart_index(UARTName uart_name);
43+
extern int8_t get_uart_index(UARTName uart_name);
4444

4545
/******************************************************************************
4646
* INTERRUPTS HANDLING

0 commit comments

Comments
 (0)