Description:amend error code

Match-id-7da8cabd9c6b2dbbba9a8f268393b84446fc50f6
This commit is contained in:
xxxx
2022-07-27 16:46:20 +08:00
parent abaa7bb19e
commit fb68cc3455
116 changed files with 513 additions and 499 deletions
+3 -3
View File
@@ -50,6 +50,6 @@ uint64_t GetCurrentTime()
gettimeofday(&tv, nullptr);
return tv.tv_sec * MS_ONE_SECOND + tv.tv_usec / MS_ONE_SECOND;
}
}
}
}
} // namespace DistributedInput
} // namespace DistributedHardware
} // namespace OHOS