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

View File

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