mirror of
https://github.com/espressif/esp-idf.git
synced 2026-09-22 13:01:16 +03:00
fix(openthread): disable software retx security in spinel-only config
This commit is contained in:
@@ -88,3 +88,13 @@
|
||||
#ifndef OPENTHREAD_CONFIG_MULTIPLE_INSTANCE_ENABLE
|
||||
#define OPENTHREAD_CONFIG_MULTIPLE_INSTANCE_ENABLE 1
|
||||
#endif
|
||||
|
||||
/**
|
||||
* @def OPENTHREAD_CONFIG_MAC_SOFTWARE_RETX_SECURITY_ENABLE
|
||||
*
|
||||
* Workaround for SPINEL_ONLY build configuration.
|
||||
* See esp-idf MR !50530 for details.
|
||||
*/
|
||||
#ifndef OPENTHREAD_CONFIG_MAC_SOFTWARE_RETX_SECURITY_ENABLE
|
||||
#define OPENTHREAD_CONFIG_MAC_SOFTWARE_RETX_SECURITY_ENABLE 0
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user