This is an automated email from the ASF dual-hosted git repository.

linguini pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git


The following commit(s) were added to refs/heads/master by this push:
     new 35ae7a761d8 arch/arm/imxrt: fix error header guard
35ae7a761d8 is described below

commit 35ae7a761d84eef195b37f125698468e7e579a4b
Author: simbit18 <[email protected]>
AuthorDate: Wed Jan 14 14:31:20 2026 +0100

    arch/arm/imxrt: fix error header guard
    
    - fix chip/imxrt_clockconfig_ver1.h:23: error: header guard 
'__ARCH_ARM_SRC_IMXRT_IMXRT_CLOCKCONFIG_VER1_H' followed by '#define' of a 
different macro [-Werror=header-guard]
    
    Signed-off-by: simbit18 <[email protected]>
---
 arch/arm/src/imxrt/imxrt_clockconfig_ver1.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/src/imxrt/imxrt_clockconfig_ver1.h 
b/arch/arm/src/imxrt/imxrt_clockconfig_ver1.h
index 73433b1db92..e7b0f627e03 100644
--- a/arch/arm/src/imxrt/imxrt_clockconfig_ver1.h
+++ b/arch/arm/src/imxrt/imxrt_clockconfig_ver1.h
@@ -21,7 +21,7 @@
  ****************************************************************************/
 
 #ifndef __ARCH_ARM_SRC_IMXRT_IMXRT_CLOCKCONFIG_VER1_H
-#define __ARCH_ARM_SRC_IMXRT_IMXRT_CLOCKCONFIG_VER2_H
+#define __ARCH_ARM_SRC_IMXRT_IMXRT_CLOCKCONFIG_VER1_H
 
 /****************************************************************************
  * Included Files

Reply via email to