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 47ca0bb commit 0382366Copy full SHA for 0382366
include/zephyr/arch/arch_inlines.h
@@ -32,8 +32,6 @@
32
#include <zephyr/arch/posix/arch_inlines.h>
33
#elif defined(CONFIG_SPARC)
34
#include <zephyr/arch/sparc/arch_inlines.h>
35
-#else
36
-#error "Unknown Architecture"
37
#endif
38
39
#endif /* ZEPHYR_INCLUDE_ARCH_INLINES_H_ */
include/zephyr/arch/cpu.h
@@ -31,8 +31,6 @@
31
#include <zephyr/arch/posix/arch.h>
#include <zephyr/arch/sparc/arch.h>
#endif /* ZEPHYR_INCLUDE_ARCH_CPU_H_ */
0 commit comments