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 5103c0c commit edc9142Copy full SHA for edc9142
subsys/testsuite/include/zephyr/test_asm_inline_gcc.h
@@ -48,6 +48,8 @@ static inline void timestamp_serialize(void)
48
#define timestamp_serialize()
49
#elif defined(CONFIG_MIPS)
50
51
+#elif defined(CONFIG_RX)
52
+#define timestamp_serialize()
53
#else
54
#error implementation of timestamp_serialize() not provided for your CPU target
55
#endif
0 commit comments