stm32h743: rename CPU header to match other platform conventions
rockbox-gerrit-noreply--- via rockbox-cvs <[email protected]>
| Newsgroups | gmane.comp.systems.archos.rockbox.cvs |
|---|---|
| Message-ID | <[email protected]> |
commit dbfedcd65e88ecdf2d4e4a3001c2ae7a5637f6a9 Author: Aidan MacDonald <[email protected]> Date: Fri Mar 6 10:09:48 2026 +0000 stm32h743: rename CPU header to match other platform conventions Change-Id: Ie7564df983aed460947ebde3bf73f8147d5bc974 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 -- rockbox-cvs mailing list [email protected] https://lists.haxx.se/mailman/listinfo/rockbox-cvs