mirror of
https://github.com/espressif/openthread.git
synced 2026-08-16 23:57:46 +00:00
[github-actions] add test to verify OTNS works (#4847)
This commit is contained in:
@@ -627,4 +627,11 @@ uint16_t otPlatTimeGetXtalAccuracy(void)
|
||||
}
|
||||
#endif // OPENTHREAD_CONFIG_TIME_SYNC_ENABLE
|
||||
|
||||
#if OPENTHREAD_CONFIG_OTNS_ENABLE
|
||||
void otPlatOtnsStatus(const char *aStatus)
|
||||
{
|
||||
OT_UNUSED_VARIABLE(aStatus);
|
||||
}
|
||||
#endif // OPENTHREAD_CONFIG_OTNS_ENABLE
|
||||
|
||||
} // extern "C"
|
||||
|
||||
Reference in New Issue
Block a user