bsps/stm32u5: Fix build error

The cortex_m33.h should not be included directly. It is already included
in the stm32u5xx.h and that file sets all necessary defines.

Updates #5289
This commit is contained in:
Christian Mauderer
2025-07-07 10:00:00 +02:00
committed by Amar Takhar
parent 97f1ae9017
commit 689e1c6de9

View File

@@ -36,7 +36,6 @@
#ifndef LIBBSP_ARM_STM32U5_CHIP_H
#define LIBBSP_ARM_STM32U5_CHIP_H
#include <core_cm33.h>
#include <stm32u5xx.h>
#endif /* LIBBSP_ARM_STM32U5_CHIP_H */