1
0
forked from fsfw/fsfw

usec replaced by seconds

This commit is contained in:
2020-04-08 19:24:24 +02:00
parent da9bb97b23
commit 5b0f80509f
3 changed files with 20 additions and 33 deletions

View File

@ -7,8 +7,8 @@
#include <framework/ipc/MutexFactory.h>
#include <framework/globalfunctions/timevalOperations.h>
typedef uint32_t ms_normal_t;
typedef double ms_double_t;
typedef uint32_t millis_t;
typedef float seconds_t;
class Clock {
public: