seconds_t is double now
This commit is contained in:
parent
4d4ca2f3bd
commit
914bf8b9fc
@ -9,7 +9,7 @@
|
||||
#include <sys/time.h>
|
||||
|
||||
typedef uint32_t millis_t;
|
||||
typedef float seconds_t;
|
||||
typedef double seconds_t;
|
||||
|
||||
class Clock {
|
||||
public:
|
||||
|
Loading…
x
Reference in New Issue
Block a user