From dbfedcd65e88ecdf2d4e4a3001c2ae7a5637f6a9 Mon Sep 17 00:00:00 2001 From: Aidan MacDonald Date: Fri, 6 Mar 2026 10:09:48 +0000 Subject: [PATCH] stm32h743: rename CPU header to match other platform conventions Change-Id: Ie7564df983aed460947ebde3bf73f8147d5bc974 --- firmware/export/cpu.h | 2 +- .../{target/arm/stm32/cpu-stm32h743.h => export/stm32h743.h} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename firmware/{target/arm/stm32/cpu-stm32h743.h => export/stm32h743.h} (100%) diff --git a/firmware/export/cpu.h b/firmware/export/cpu.h index 97ea6521c8..e9e01e76cf 100644 --- a/firmware/export/cpu.h +++ b/firmware/export/cpu.h @@ -78,7 +78,7 @@ #include "x1000.h" #endif #if CONFIG_CPU == STM32H743 -#include "cpu-stm32h743.h" +#include "stm32h743.h" #endif #endif /* __CPU_H */ diff --git a/firmware/target/arm/stm32/cpu-stm32h743.h b/firmware/export/stm32h743.h similarity index 100% rename from firmware/target/arm/stm32/cpu-stm32h743.h rename to firmware/export/stm32h743.h