summaryrefslogtreecommitdiff
path: root/chip/stm32/usart_rx_interrupt-stm32l5.c
diff options
context:
space:
mode:
Diffstat (limited to 'chip/stm32/usart_rx_interrupt-stm32l5.c')
-rw-r--r--chip/stm32/usart_rx_interrupt-stm32l5.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/chip/stm32/usart_rx_interrupt-stm32l5.c b/chip/stm32/usart_rx_interrupt-stm32l5.c
new file mode 100644
index 0000000000..fa644b6baf
--- /dev/null
+++ b/chip/stm32/usart_rx_interrupt-stm32l5.c
@@ -0,0 +1,6 @@
+/* Copyright 2021 The Chromium OS Authors. All rights reserved.
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file.
+ */
+
+#include "usart_rx_interrupt-stm32l.c"