diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2022-09-15 00:37:13 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2022-09-15 00:37:13 +0300 |
| commit | 619725a5f2f5272f9cbb547ed95c87312c2765a9 (patch) | |
| tree | 0df807325009b7b0b6f5dddfd8d07f746678460a /include/apos/timer.h | |
| parent | 30055ec1753b5f8cfc2940dba5d4188475fdbf7f (diff) | |
| download | kmi-619725a5f2f5272f9cbb547ed95c87312c2765a9.tar.gz kmi-619725a5f2f5272f9cbb547ed95c87312c2765a9.zip | |
add SYS_TICKS
Diffstat (limited to 'include/apos/timer.h')
| -rw-r--r-- | include/apos/timer.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/apos/timer.h b/include/apos/timer.h index 7a5d73d..6f83d23 100644 --- a/include/apos/timer.h +++ b/include/apos/timer.h @@ -22,7 +22,6 @@ */ typedef uint64_t ticks_t; - /** * tunit_t typedef, whichever time unit we're dealing with. */ |
