summaryrefslogtreecommitdiffstats
path: root/src/timer.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/timer.hpp')
-rw-r--r--src/timer.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/timer.hpp b/src/timer.hpp
index 798baa2..0454a80 100644
--- a/src/timer.hpp
+++ b/src/timer.hpp
@@ -19,7 +19,7 @@
#include <sys/timeb.h>
-typedef unsigned long (*TimeFunction)();
+typedef long long int (*TimeFunction)();
/**
* @brief: A frequency counting clock.