]> begriffs open source - cmsis/blob - CMSIS/CoreValidation/Tests/bootloader/RTE_Components.h
CoreValidation: Fixed AC5 compiler settings for CA5 targets.
[cmsis] / CMSIS / CoreValidation / Tests / bootloader / RTE_Components.h
1 #ifndef RTE_COMPONENTS_H
2 #define RTE_COMPONENTS_H
3
4 #if defined(ARMCM23_TZ)
5 #define CMSIS_device_header "ARMCM23_TZ.h"
6 #elif defined(ARMCM33_DSP_FP_TZ)
7 #define CMSIS_device_header "ARMCM33_DSP_FP_TZ.h"
8 #else
9 #error "Unknown device selection!"
10 #endif
11
12 #endif