X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=drv%2Ftimer.c;h=60261e1f80328f928623947cdebfb53ed3502c45;hb=06f0503a2066ab4fd13529b8ed8906e52b1d672b;hp=2bffa92d9d3ffc6aa383495c2481d5852569c4b9;hpb=d897426d2f8435e4a46a3b9a6ff2d768392030b4;p=bertos.git diff --git a/drv/timer.c b/drv/timer.c index 2bffa92d..60261e1f 100755 --- a/drv/timer.c +++ b/drv/timer.c @@ -14,6 +14,9 @@ /*#* *#* $Log$ + *#* Revision 1.21 2004/11/28 23:20:25 bernie + *#* Remove obsolete INITLIST macro. + *#* *#* Revision 1.20 2004/11/16 20:59:06 bernie *#* Add watchdog timer support. *#* @@ -309,7 +312,7 @@ void timer_init(void) TIMER_STROBE_INIT; #ifndef CONFIG_TIMER_DISABLE_EVENTS - INITLIST(&timers_queue); + LIST_INIT(&timers_queue); #endif _clock = 0;