feat(openthread): update openthread submodule and border router lib

This commit is contained in:
Xu Si Yu
2024-10-29 11:56:16 +08:00
parent 7ac7939f52
commit 78a4ea29f3
12 changed files with 158 additions and 10 deletions

View File

@@ -261,6 +261,16 @@
#define OPENTHREAD_POSIX_CONFIG_RCP_TIME_SYNC_INTERVAL (60 * 1000 * 1000)
#endif
/**
* @def OPENTHREAD_SPINEL_CONFIG_COMPATIBILITY_ERROR_CALLBACK_ENABLE
*
* Enables compatibility error callback in Spinel
*/
#ifndef OPENTHREAD_SPINEL_CONFIG_COMPATIBILITY_ERROR_CALLBACK_ENABLE
#define OPENTHREAD_SPINEL_CONFIG_COMPATIBILITY_ERROR_CALLBACK_ENABLE 1
#endif
#endif
/**