[coap] update OPENTHREAD_CONFIG_COAP_ACK_TIMEOUT error message (#5866)

This commit is contained in:
Jonathan Hui
2020-11-30 07:32:12 -08:00
committed by GitHub
parent d954ae9fd3
commit 9a0f973530
@@ -488,7 +488,12 @@
#ifdef OPENTHREAD_CONFIG_COAP_ACK_TIMEOUT
#error \
"OPENTHREAD_CONFIG_COAP_ACK_TIMEOUT (in seconds) was replaced by OPENTHREAD_CONFIG_COAP_ACK_TIMEOUT_MILLIS (in milliseconds)"
"OPENTHREAD_CONFIG_COAP_ACK_TIMEOUT was removed. Use otCoapSendRequestWithParameters to configure CoAP transmission parameters."
#endif
#ifdef OPENTHREAD_CONFIG_COAP_ACK_TIMEOUT_MILLIS
#error \
"OPENTHREAD_CONFIG_COAP_ACK_TIMEOUT_MILLIS was removed. Use otCoapSendRequestWithParameters to configure CoAP transmission parameters."
#endif
#if OPENTHREAD_CONFIG_BACKBONE_ROUTER_ENABLE