We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc98a06 commit 3405648Copy full SHA for 3405648
tests/arch/arm/arm_thread_swap/src/arm_syscalls.c
@@ -12,10 +12,6 @@
12
#include <offsets_short_arch.h>
13
#include <ksched.h>
14
15
-#if !defined(__GNUC__)
16
-#error __FILE__ goes only with Cortex-M GCC
17
-#endif
18
-
19
#if !defined(CONFIG_ARMV6_M_ARMV8_M_BASELINE) && \
20
!defined(CONFIG_ARMV7_M_ARMV8_M_MAINLINE)
21
#error "Unsupported architecture"
tests/arch/arm/arm_thread_swap/src/arm_thread_arch.c
0 commit comments