X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=bootcensus;a=blobdiff_plain;f=src%2Ftimer.c;h=8578c94fd12960840600d32d891cdbbe362d2959;hp=68a67a4afd419d85a21519748d59d573c005af67;hb=bd35c984636a2d5dfdff7a80f8eaa4e388c6899c;hpb=9358438bef42dbbcd1492a52d9010899a9756d2c diff --git a/src/timer.c b/src/timer.c index 68a67a4..8578c94 100644 --- a/src/timer.c +++ b/src/timer.c @@ -55,8 +55,6 @@ along with this program. If not, see . #define CMD_MODE_BCD 1 -#define MSEC_TO_TICKS(ms) ((ms) * TICK_FREQ_HZ / 1000) - struct timer_event { int dt; /* remaining ticks delta from the previous event */ struct timer_event *next;