seconds_t double now

This commit is contained in:
Robin Müller 2020-05-05 19:14:51 +02:00
parent 2b740a3c0f
commit 684dd67f63

View File

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