stm32h743: rename CPU header to match other platform conventions

Change-Id: Ie7564df983aed460947ebde3bf73f8147d5bc974
This commit is contained in:
Aidan MacDonald 2026-03-06 10:09:48 +00:00
parent 7bf1c79cb5
commit dbfedcd65e
2 changed files with 1 additions and 1 deletions

View file

@ -78,7 +78,7 @@
#include "x1000.h"
#endif
#if CONFIG_CPU == STM32H743
#include "cpu-stm32h743.h"
#include "stm32h743.h"
#endif
#endif /* __CPU_H */