1
0
forked from fsfw/fsfw

some more bugfixes

This commit is contained in:
2020-04-08 19:30:39 +02:00
parent 5b0f80509f
commit 640cc1ddec
2 changed files with 5 additions and 6 deletions

View File

@ -60,9 +60,8 @@ private:
timeval startTime {0, 0};
timeval elapsedTime {0, 0};
bool displayOnDestruction = true;
StopwatchDisplayMode displayMode = StopwatchDisplayMode::MILLIS;
bool displayOnDestruction = true;
void stopInternal();
};