From 50e4bf8d890999271e50d6e5a4160cbbaa5ed769 Mon Sep 17 00:00:00 2001
From: Alexander Mandera <alexander@mandera.eu>
Date: Thu, 29 Jun 2023 00:28:16 +0200
Subject: [PATCH] Fix wrong #endif

---
 ch32v003fun/ch32v003fun.h | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/ch32v003fun/ch32v003fun.h b/ch32v003fun/ch32v003fun.h
index e450b32..c97ec0c 100644
--- a/ch32v003fun/ch32v003fun.h
+++ b/ch32v003fun/ch32v003fun.h
@@ -355,8 +355,6 @@ typedef enum IRQn
 
 #endif
 
-#endif
-
 } IRQn_Type;
 
 #include <stdint.h>
@@ -6062,15 +6060,10 @@ with 00h to 64 bytes, otherwise the short packet is filled with 60 bytes of 0, a
 
 #ifdef __cplusplus
 }
+#endif
 
 #endif /* __CH32V00x_H */
 
-
-
-
-
-
-
 /*
  * This file contains the contents of various parts of the evt.
  * 
-- 
GitLab