This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
The following commit(s) were added to refs/heads/master by this push:
new 5a085176fe stm32u5/stm32_rcc.h
5a085176fe is described below
commit 5a085176fe4f28157884630c69de6ae5d9c03525
Author: simbit18 <[email protected]>
AuthorDate: Thu Sep 22 10:37:56 2022 +0200
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