Skip to content

Commit 7149ffe

Browse files
committed
rtos: do not include RTE_Component header
RTE_Component can't be included in the assembly file, as it is application header file (C/C++) therefore assembler fails in this case. If the symbol RTE_CMSIS_RTOS2_RTX5_ARMV8M_NS is needed, just define it via config. Therefore I am leaving the rest of ifdef _RTE_ there.
1 parent 2fae95e commit 7149ffe

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

rtos/source/TARGET_CORTEX/rtx5/RTX/Source/TOOLCHAIN_GCC/TARGET_M23/irq_armv8mbl.S

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
.syntax unified
2828

2929
#ifdef _RTE_
30-
#include "RTE_Components.h"
3130
#ifdef RTE_CMSIS_RTOS2_RTX5_ARMV8M_NS
3231
#define DOMAIN_NS 1
3332
#endif

rtos/source/TARGET_CORTEX/rtx5/RTX/Source/TOOLCHAIN_GCC/TARGET_M33/irq_armv8mml.S

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
.syntax unified
2828

2929
#ifdef _RTE_
30-
#include "RTE_Components.h"
3130
#ifdef RTE_CMSIS_RTOS2_RTX5_ARMV8M_NS
3231
#define DOMAIN_NS 1
3332
#endif

0 commit comments

Comments
 (0)