X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Ftimer.c;h=8578c94fd12960840600d32d891cdbbe362d2959;hb=e253f9a0cad14f636a51f6211308491ab19dfbe5;hp=68a67a4afd419d85a21519748d59d573c005af67;hpb=97356e29f73e12f0856fde92a48e86c73bef387c;p=bootcensus 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;