summaryrefslogtreecommitdiff
path: root/chip/stm32/usart-stm32f0.c
diff options
context:
space:
mode:
Diffstat (limited to 'chip/stm32/usart-stm32f0.c')
-rw-r--r--chip/stm32/usart-stm32f0.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/chip/stm32/usart-stm32f0.c b/chip/stm32/usart-stm32f0.c
index 908542146f..b4e7c924a8 100644
--- a/chip/stm32/usart-stm32f0.c
+++ b/chip/stm32/usart-stm32f0.c
@@ -99,7 +99,7 @@ struct usart_hw_config const usart1_hw = {
.ops = &usart_variant_hw_ops,
};
-void usart1_interrupt(void)
+static void usart1_interrupt(void)
{
usart_interrupt(configs[0]);
}
@@ -117,7 +117,7 @@ struct usart_hw_config const usart2_hw = {
.ops = &usart_variant_hw_ops,
};
-void usart2_interrupt(void)
+static void usart2_interrupt(void)
{
usart_interrupt(configs[1]);
}
@@ -148,7 +148,7 @@ struct usart_hw_config const usart4_hw = {
#endif
#if defined(CONFIG_STREAM_USART3) || defined(CONFIG_STREAM_USART4)
-void usart3_4_interrupt(void)
+static void usart3_4_interrupt(void)
{
/*
* This interrupt handler could be called with one of these configs