From 16f4ab385e66c03762420b95e50a5078c554c73e Mon Sep 17 00:00:00 2001 From: Carlos Eduardo Date: Wed, 25 Mar 2026 12:30:44 -0300 Subject: [PATCH] Fix header guard definition in system_fs026.h --- os/common/ext/CMSIS/ES32/FS026/system_fs026.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/os/common/ext/CMSIS/ES32/FS026/system_fs026.h b/os/common/ext/CMSIS/ES32/FS026/system_fs026.h index 03dbc42627..78afadc629 100644 --- a/os/common/ext/CMSIS/ES32/FS026/system_fs026.h +++ b/os/common/ext/CMSIS/ES32/FS026/system_fs026.h @@ -32,7 +32,7 @@ /* Define to prevent recursive inclusion -------------------------------------*/ #ifndef __SYSTEM_FS026_H__ -#define __SYSTEM_ES32F0283_H__ +#define __SYSTEM_FS026_H__ #ifdef __cplusplus extern "C" {