mirror of
https://github.com/espressif/openthread.git
synced 2026-09-05 16:50:05 +00:00
[config] fix typo in OPENTHREAD_CONFIG_NCP_UART_ENABLE error message (#6324)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user