Merge remote-tracking branch 'upstream/development' into develop

This commit is contained in:
2023-05-25 15:03:54 +02:00
3 changed files with 23 additions and 5 deletions

View File

@ -89,8 +89,6 @@ timeval Clock::getUptime() {
}
ReturnValue_t Clock::getUptime(timeval* uptime) {
// TODO This is not posix compatible and delivers only seconds precision
// Linux specific file read but more precise.
double uptimeSeconds;
std::ifstream ifile("/proc/uptime");
if (ifile.bad()) {