tests: add handling for rx arch
empty define for this architecture use for testing. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
5103c0c07d
commit
edc9142f50
1 changed files with 2 additions and 0 deletions
|
@ -48,6 +48,8 @@ static inline void timestamp_serialize(void)
|
||||||
#define timestamp_serialize()
|
#define timestamp_serialize()
|
||||||
#elif defined(CONFIG_MIPS)
|
#elif defined(CONFIG_MIPS)
|
||||||
#define timestamp_serialize()
|
#define timestamp_serialize()
|
||||||
|
#elif defined(CONFIG_RX)
|
||||||
|
#define timestamp_serialize()
|
||||||
#else
|
#else
|
||||||
#error implementation of timestamp_serialize() not provided for your CPU target
|
#error implementation of timestamp_serialize() not provided for your CPU target
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue