mirror of
https://github.com/espressif/openthread.git
synced 2026-07-08 13:20:25 +00:00
[cli] fix network time format specifier (#3278)
This commit is contained in:
committed by
Jonathan Hui
parent
720500be71
commit
a5f1ed263d
+1
-1
@@ -1624,7 +1624,7 @@ void Interpreter::ProcessNetworkTime(int argc, char *argv[])
|
||||
|
||||
networkTimeStatus = otNetworkTimeGet(mInstance, time);
|
||||
|
||||
mServer->OutputFormat("Network Time: %dus", time);
|
||||
mServer->OutputFormat("Network Time: %luus", time);
|
||||
|
||||
switch (networkTimeStatus)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user