From 5a085176fe4f28157884630c69de6ae5d9c03525 Mon Sep 17 00:00:00 2001 From: simbit18 <101105604+simbit18@users.noreply.github.com> Date: Thu, 22 Sep 2022 10:37:56 +0200 Subject: [PATCH] stm32u5/stm32_rcc.h fix conditional compilation term (#else) --- arch/arm/src/stm32u5/stm32_rcc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/src/stm32u5/stm32_rcc.h b/arch/arm/src/stm32u5/stm32_rcc.h index 7bf863f143..92fa773360 100644 --- a/arch/arm/src/stm32u5/stm32_rcc.h +++ b/arch/arm/src/stm32u5/stm32_rcc.h @@ -47,7 +47,7 @@ #define EXTERN extern "C" extern "C" { -#elseO +#else #define EXTERN extern #endif