mirror of
https://github.com/espressif/openthread.git
synced 2026-08-10 12:47:47 +00:00
[cli] fix compile warning (#5552)
Fix compile warning: "OPENTHREAD_CONFIG_REFERENCE_DEVICE_ENABLE" is not defined, evaluates to 0 [-Wundef]
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
#ifndef CONFIG_CLI_H_
|
||||
#define CONFIG_CLI_H_
|
||||
|
||||
#include <openthread/config.h>
|
||||
#include "openthread-core-config.h"
|
||||
|
||||
/**
|
||||
* @def OPENTHREAD_CONFIG_CLI_MAX_LINE_LENGTH
|
||||
|
||||
@@ -35,7 +35,6 @@
|
||||
#define CLI_CONSOLE_HPP_
|
||||
|
||||
#include "cli_config.h"
|
||||
#include "openthread-core-config.h"
|
||||
|
||||
#include <openthread/cli.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user