mirror of
https://github.com/espressif/openthread.git
synced 2026-08-13 14:17:47 +00:00
[ncp] fix undefined config macro warnings (#4458)
This commit is contained in:
committed by
Jonathan Hui
parent
b853231920
commit
4b6ba537df
@@ -35,6 +35,10 @@
|
||||
#ifndef CONFIG_NCP_H_
|
||||
#define CONFIG_NCP_H_
|
||||
|
||||
#ifndef OPENTHREAD_RADIO
|
||||
#define OPENTHREAD_RADIO 0
|
||||
#endif
|
||||
|
||||
/**
|
||||
* @def OPENTHREAD_CONFIG_NCP_SPI_ENABLE
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user