From 80e3b1a4605f182455ef20af18c6504cba37e173 Mon Sep 17 00:00:00 2001 From: jinran-google Date: Mon, 22 Mar 2021 23:44:56 +0800 Subject: [PATCH] [config] fix typo in OPENTHREAD_CONFIG_NCP_UART_ENABLE error message (#6324) --- src/core/config/openthread-core-config-check.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/config/openthread-core-config-check.h b/src/core/config/openthread-core-config-check.h index 5308cf712..6ee4eb98c 100644 --- a/src/core/config/openthread-core-config-check.h +++ b/src/core/config/openthread-core-config-check.h @@ -74,7 +74,7 @@ #endif #ifdef OPENTHREAD_CONFIG_NCP_UART_ENABLE -#error "OPENTHREAD_ENABLE_NCP_UART_ENABLE was replaced by OPENTHREAD_CONFIG_NCP_HDLC_ENABLE." +#error "OPENTHREAD_CONFIG_NCP_UART_ENABLE was replaced by OPENTHREAD_CONFIG_NCP_HDLC_ENABLE." #endif #ifdef OPENTHREAD_ENABLE_NCP_UART