seconds_t is double now

This commit is contained in:
Robin Müller 2020-05-29 17:45:53 +02:00
parent 4d4ca2f3bd
commit 914bf8b9fc
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
#include <sys/time.h>
typedef uint32_t millis_t;
typedef float seconds_t;
typedef double seconds_t;
class Clock {
public: