[github-actions] add test to verify OTNS works (#4847)

This commit is contained in:
Simon Lin
2020-05-20 20:34:19 -07:00
committed by GitHub
parent 99e0666082
commit bdfafb437e
5 changed files with 46 additions and 1 deletions
+7
View File
@@ -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"