WIP: somethings wrong.. #19

Closed
muellerr wants to merge 808 commits from source/master into master
Showing only changes of commit 914bf8b9fc - Show all commits

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: