Support meshcop datasets and propagation. (#330)

This commit is contained in:
Jonathan Hui
2016-08-04 09:46:48 -07:00
committed by GitHub
parent b209ac63aa
commit 2a493e7ec0
27 changed files with 2702 additions and 95 deletions
+4
View File
@@ -107,6 +107,10 @@ void otPlatLog(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat
case kLogRegionNcp:
fprintf(stderr, "NCP ");
break;
case kLogRegionMeshCoP:
fprintf(stderr, "MCOP ");
break;
}
va_start(args, aFormat);