From 34746d3783af1ae601487c88f0a7e44f81842618 Mon Sep 17 00:00:00 2001 From: Oxore Date: Thu, 9 Mar 2023 01:42:59 +0300 Subject: Impl UART buffering (still not tested) --- third_party/CMSIS/Device/Include/system_stm32f0xx.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'third_party/CMSIS/Device/Include/system_stm32f0xx.h') diff --git a/third_party/CMSIS/Device/Include/system_stm32f0xx.h b/third_party/CMSIS/Device/Include/system_stm32f0xx.h index ab76a00..1d6fb8f 100644 --- a/third_party/CMSIS/Device/Include/system_stm32f0xx.h +++ b/third_party/CMSIS/Device/Include/system_stm32f0xx.h @@ -25,6 +25,8 @@ ****************************************************************************** */ +#include + /** @addtogroup CMSIS * @{ */ -- cgit v1.2.3