From da8eeb7695a4803d1d45c8c26c05a51fb1ba1e55 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Thu, 9 Jun 2022 23:50:14 +0300 Subject: continue documentation --- include/apos/timer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/apos/timer.h') diff --git a/include/apos/timer.h b/include/apos/timer.h index b21a182..98d9f36 100644 --- a/include/apos/timer.h +++ b/include/apos/timer.h @@ -126,7 +126,7 @@ static inline ticks_t msecs_to_ticks(tunit_t msecs) */ static inline ticks_t secs_to_ticks(tunit_t secs) { - /* TODO: likely not a problem on 64bit systems, not sure how to handle situation on + /* \todo: likely not a problem on 64bit systems, not sure how to handle situation on * 32bit */ return msecs_to_ticks(secs * 1000); } -- cgit v1.3