fix(openthread): disable software retx security in spinel-only config

This commit is contained in:
Xu Si Yu
2026-07-08 22:41:21 +08:00
parent 52237ad3d8
commit e86d37d6da

View File

@@ -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