clarify code

This commit is contained in:
2025-09-18 13:23:17 +02:00
parent ee8953fea0
commit abc5ecfa34
21 changed files with 119 additions and 117 deletions
+4 -4
View File
@@ -3,10 +3,10 @@
#ifndef TIMER_H
#define TIMER_H
Timer create_timer(const unsigned int target);
Timer timer_init(const unsigned int target);
bool inc_timer(Timer *timer);
bool timer_inc(Timer *timer);
double reset_and_count(Timer *timer);
double timer_reset(Timer *timer);
#endif
#endif /* TIMER_H */