1
0
forked from fsfw/fsfw

stopwatch update

This commit is contained in:
2020-09-18 12:27:40 +02:00
parent 42bfedd36c
commit 0f0ddfc375
4 changed files with 25 additions and 33 deletions

View File

@ -9,8 +9,7 @@
#include <sys/time.h>
//! Don't use these for time points, type is not large enough for UNIX epoch.
typedef uint32_t dur_millis_t;
typedef double dur_seconds_t;
using dur_millis_t = uint32_t;
class Clock {
public: