Skip to content

Commit edc9142

Browse files
nashifkartben
authored andcommitted
tests: add handling for rx arch
empty define for this architecture use for testing. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
1 parent 5103c0c commit edc9142

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

subsys/testsuite/include/zephyr/test_asm_inline_gcc.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ static inline void timestamp_serialize(void)
4848
#define timestamp_serialize()
4949
#elif defined(CONFIG_MIPS)
5050
#define timestamp_serialize()
51+
#elif defined(CONFIG_RX)
52+
#define timestamp_serialize()
5153
#else
5254
#error implementation of timestamp_serialize() not provided for your CPU target
5355
#endif

0 commit comments

Comments
 (0)