mirror of
https://github.com/espressif/openthread.git
synced 2026-08-04 09:57:47 +00:00
[examples-posix] fix undefined config macro warnings (#4458)
This commit is contained in:
@@ -36,6 +36,10 @@
|
||||
|
||||
#include "utils/code_utils.h"
|
||||
|
||||
#ifndef __linux__
|
||||
#define __linux__ 0
|
||||
#endif
|
||||
|
||||
// linux microsecond timer
|
||||
#if __linux__
|
||||
|
||||
|
||||
@@ -35,6 +35,10 @@
|
||||
#ifndef OPENTHREAD_CORE_POSIX_CONFIG_H_
|
||||
#define OPENTHREAD_CORE_POSIX_CONFIG_H_
|
||||
|
||||
#ifndef OPENTHREAD_RADIO
|
||||
#define OPENTHREAD_RADIO 0
|
||||
#endif
|
||||
|
||||
/**
|
||||
* @def OPENTHREAD_CONFIG_PLATFORM_INFO
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user