mirror of
https://github.com/espressif/openthread.git
synced 2026-08-11 13:17:48 +00:00
[core-config-check] add CONFIG_MAX_TX_ATTEMPTS_DIRECT to list of replaced options (#2910)
This commit is contained in:
committed by
Jonathan Hui
parent
e220197b6b
commit
9d7a9f1e21
@@ -34,6 +34,15 @@
|
||||
#ifndef OPENTHREAD_CORE_CONFIG_CHECK_H_
|
||||
#define OPENTHREAD_CORE_CONFIG_CHECK_H_
|
||||
|
||||
/*
|
||||
* Removed or replaced OPENTHREAD_CONFIG options.
|
||||
*
|
||||
*/
|
||||
|
||||
#ifdef OPENTHREAD_CONFIG_MAX_TX_ATTEMPTS_DIRECT
|
||||
#error "OPENTHREAD_CONFIG_MAX_TX_ATTEMPTS_DIRECT was replaced by OPENTHREAD_CONFIG_MAC_MAX_FRAME_RETRIES_DIRECT."
|
||||
#endif
|
||||
|
||||
#ifdef OPENTHREAD_CONFIG_MAX_TX_ATTEMPTS_INDIRECT_PER_POLL
|
||||
#error \
|
||||
"OPENTHREAD_CONFIG_MAX_TX_ATTEMPTS_INDIRECT_PER_POLL was replaced by OPENTHREAD_CONFIG_MAC_MAX_FRAME_RETRIES_INDIRECT."
|
||||
|
||||
Reference in New Issue
Block a user