From 45b51617a0e3513a453c20229e02fd8fc9fbbfe1 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Thu, 9 Jun 2022 23:53:47 +0300 Subject: use doxygen todo --- 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 98d9f36..de6141e 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