Fix zephyr sample build errors (#1757)
This commit is contained in:
@ -193,6 +193,10 @@ typedef void *(*thread_start_routine_t)(void *);
|
||||
#define SCNxPTR __PRIPTR_PREFIX "x"
|
||||
#endif
|
||||
|
||||
#ifndef NAN
|
||||
#define NAN (0.0 / 0.0)
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user