[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:
Zhanglong Xia
2020-09-21 20:14:13 -07:00
committed by GitHub
parent 1d8e4da7f7
commit d38859c963
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -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
-1
View File
@@ -35,7 +35,6 @@
#define CLI_CONSOLE_HPP_
#include "cli_config.h"
#include "openthread-core-config.h"
#include <openthread/cli.h>