From 9ff67d879b4695e0c9910b7276f3959c005c7b19 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Sat, 1 Jun 2024 16:55:42 +0300 Subject: tunit_t is now uint64_t + Largely inconsequential, but might make more sense for 32 bit platforms --- include/kmi/timer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.3