From ceee42024b728a878063548ea245c47a951be29f Mon Sep 17 00:00:00 2001 From: Paul Selkirk Date: Thu, 31 Aug 2017 17:38:05 -0400 Subject: Cleanup --- stm-uart.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stm-uart.c') diff --git a/stm-uart.c b/stm-uart.c index ecec238..f54d95e 100644 --- a/stm-uart.c +++ b/stm-uart.c @@ -124,7 +124,7 @@ void uart_set_default(stm_uart_port_t port) default_uart = port; } -inline UART_HandleTypeDef *_which_uart(stm_uart_port_t port) +static inline UART_HandleTypeDef *_which_uart(stm_uart_port_t port) { if (port == STM_UART_USER) { return &huart_user; -- cgit v1.2.3