[cli] fix network time format specifier (#3278)

This commit is contained in:
Joseph Newman
2018-11-07 19:35:18 +00:00
committed by Jonathan Hui
parent 720500be71
commit a5f1ed263d
+1 -1
View File
@@ -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)
{