Skip to content

Commit cfd5eba

Browse files
committed
更新
1 parent bb7b523 commit cfd5eba

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/clock.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ rt_tick_t rt_tick_get_delta(rt_tick_t base)
8585
rt_tick_t tnow = rt_tick_get();
8686
if (tnow >= base)
8787
return tnow - base;
88-
8988
return RT_TICK_MAX - base + tnow + 1;
9089
}
9190
RTM_EXPORT(rt_tick_get_delta);

0 commit comments

Comments
 (0)