diff options
| -rw-r--r-- | include/kmi/timer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/kmi/timer.h b/include/kmi/timer.h index c1a07a2..7c16f36 100644 --- a/include/kmi/timer.h +++ b/include/kmi/timer.h @@ -25,7 +25,7 @@ typedef uint64_t ticks_t; /** * tunit_t typedef, whichever time unit we're dealing with. */ -typedef size_t tunit_t; +typedef uint64_t tunit_t; /** * Timer structure. |
