We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb7b523 commit cfd5ebaCopy full SHA for cfd5eba
src/clock.c
@@ -85,7 +85,6 @@ rt_tick_t rt_tick_get_delta(rt_tick_t base)
85
rt_tick_t tnow = rt_tick_get();
86
if (tnow >= base)
87
return tnow - base;
88
-
89
return RT_TICK_MAX - base + tnow + 1;
90
}
91
RTM_EXPORT(rt_tick_get_delta);
0 commit comments