Add Thread Certification 9.2.7 to automated test. (#750)

This commit is contained in:
Jonathan Hui
2016-10-05 10:02:08 -07:00
committed by GitHub
parent e673479eba
commit c24b7cfaed
9 changed files with 435 additions and 89 deletions
+1 -1
View File
@@ -1011,7 +1011,7 @@ void Interpreter::ProcessPanId(int argc, char *argv[])
if (argc == 0)
{
sServer->OutputFormat("%d\r\n", otGetPanId(mInstance));
sServer->OutputFormat("%04x\r\n", otGetPanId(mInstance));
}
else
{