mirror of
https://github.com/espressif/openthread.git
synced 2026-07-30 23:57:47 +00:00
[simulation] fix tiny issue of infra if (#10402)
This commit is contained in:
@@ -335,4 +335,4 @@ OT_TOOL_WEAK void otPlatInfraIfRecvIcmp6Nd(otInstance *aInstance,
|
||||
exit(1);
|
||||
}
|
||||
|
||||
#endif // OPENTHREAD_CONFIG_BORDER_ROUTING_ENABLE
|
||||
#endif // OPENTHREAD_CONFIG_BORDER_ROUTING_ENABLE && !OPENTHREAD_RADIO
|
||||
|
||||
@@ -215,7 +215,7 @@ void otSysDeinit(void)
|
||||
platformTrelDeinit();
|
||||
#endif
|
||||
#if OPENTHREAD_CONFIG_BORDER_ROUTING_ENABLE
|
||||
// platformInfrIfDeinit();
|
||||
platformInfraIfDeinit();
|
||||
#endif
|
||||
platformLoggingDeinit();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user