X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fdrv%2Ftimer.c;h=e3043da49a7014f5294a138081d5825dc9cff8e6;hb=a0ba2de64a3964445b392a269ac820c03c5b8385;hp=d75f15abcf85324e525444bd3ad060404f196c56;hpb=9ce278eab99540113abad1e55026fb9d3aa3c2e2;p=bertos.git diff --git a/bertos/drv/timer.c b/bertos/drv/timer.c index d75f15ab..e3043da4 100644 --- a/bertos/drv/timer.c +++ b/bertos/drv/timer.c @@ -252,7 +252,7 @@ void timer_delayTicks(ticks_t delay) #if CONFIG_KERN_SIGNALS Timer t; - + DB(t.magic = TIMER_MAGIC_INACTIVE;) if (proc_preemptAllowed()) { ASSERT(!sig_check(SIG_SINGLE));