forked from Imagelibrary/rtems
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:
committed by
Amar Takhar
parent
97f1ae9017
commit
689e1c6de9
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user