mirror of
https://github.com/espressif/openthread.git
synced 2026-08-23 02:39:52 +00:00
Support meshcop datasets and propagation. (#330)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user