From ba053b0321a868a0a7b033d42c524b60c0db67dc Mon Sep 17 00:00:00 2001 From: Romain Mahoux Date: Wed, 2 Sep 2026 11:05:35 +0200 Subject: [PATCH] Fix: Rename armv8r_cp15.h.h to armv8r_cp15.h Correct duplicated file extension in r-profile directory to match other architectures. Signed-off-by: Romain Mahoux --- CMSIS/Core/Include/r-profile/armv8r.h | 2 +- CMSIS/Core/Include/r-profile/{armv8r_cp15.h.h => armv8r_cp15.h} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename CMSIS/Core/Include/r-profile/{armv8r_cp15.h.h => armv8r_cp15.h} (100%) diff --git a/CMSIS/Core/Include/r-profile/armv8r.h b/CMSIS/Core/Include/r-profile/armv8r.h index abab916be..a6116209b 100644 --- a/CMSIS/Core/Include/r-profile/armv8r.h +++ b/CMSIS/Core/Include/r-profile/armv8r.h @@ -175,7 +175,7 @@ #endif #include "cmsis_compiler.h" /* CMSIS compiler specific defines */ -#include "armv8r_cp15.h.h" +#include "armv8r_cp15.h" #ifdef __cplusplus } diff --git a/CMSIS/Core/Include/r-profile/armv8r_cp15.h.h b/CMSIS/Core/Include/r-profile/armv8r_cp15.h similarity index 100% rename from CMSIS/Core/Include/r-profile/armv8r_cp15.h.h rename to CMSIS/Core/Include/r-profile/armv8r_cp15.h