mirror of
https://github.com/espressif/openthread.git
synced 2026-09-09 10:40:09 +00:00
[time-sync] remove reference operator in C API (#3833)
This commit is contained in:
+1
-1
@@ -1865,7 +1865,7 @@ void Interpreter::ProcessNetworkTime(int argc, char *argv[])
|
||||
uint64_t time;
|
||||
otNetworkTimeStatus networkTimeStatus;
|
||||
|
||||
networkTimeStatus = otNetworkTimeGet(mInstance, time);
|
||||
networkTimeStatus = otNetworkTimeGet(mInstance, &time);
|
||||
|
||||
mServer->OutputFormat("Network Time: %luus", time);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user