We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2828bb9 commit 9b18d00Copy full SHA for 9b18d00
libraries/OpenThread/src/OThread.cpp
@@ -335,7 +335,7 @@ void OpenThread::otPrintNetworkInformation(Stream &output) {
335
336
output.printf("Role: %s", otGetStringDeviceRole());
337
output.println();
338
- output.printf("RLOC16: 0x%04x", otThreadGetRloc16(mInstance)); // RLOC16
+ output.printf("RLOC16: 0x%04x", otThreadGetRloc16(mInstance)); // RLOC16
339
340
output.printf("Network Name: %s", otThreadGetNetworkName(mInstance));
341
0 commit comments