File tree
Expand file treeCollapse file tree1 file changed
+1
-1
lines changed Expand file treeCollapse file tree1 file changed
+1
-1
lines changed Original file line number | Diff line number | Diff line change |
---|
@@ -335,7 +335,7 @@ void OpenThread::otPrintNetworkInformation(Stream &output) {
|
335 | 335 |
|
336 | 336 | output.printf("Role: %s", otGetStringDeviceRole());
|
337 | 337 | output.println();
|
338 |
| -output.printf("RLOC16: 0x%04x", otThreadGetRloc16(mInstance)); // RLOC16 |
| 338 | +output.printf("RLOC16: 0x%04x", otThreadGetRloc16(mInstance)); // RLOC16 |
339 | 339 | output.println();
|
340 | 340 | output.printf("Network Name: %s", otThreadGetNetworkName(mInstance));
|
341 | 341 | output.println();
|
|
You can’t perform that action at this time.
0 commit comments