From: greg Date: Tue, 6 May 2008 07:11:41 +0000 (+0000) Subject: fix typo line 135 X-Git-Url: https://rtime.felk.cvut.cz/gitweb/CanFestival-3.git/commitdiff_plain/8e7cf02071f9da0db7483053dfed8acd6218324f?hp=b2b59937463a8cf275220ff67eee890d3897b3c8 fix typo line 135 --- diff --git a/drivers/timers_xeno/timers_xeno.c b/drivers/timers_xeno/timers_xeno.c index a695ff5..8abb44b 100644 --- a/drivers/timers_xeno/timers_xeno.c +++ b/drivers/timers_xeno/timers_xeno.c @@ -132,7 +132,7 @@ void timerloop_task_proc(void *arg) &timer_set, &condition_mutex, (real_alarm - current_time)); /* else alarm consider expired */ - if(ret = -ETIMEDOUT){ + if(ret == -ETIMEDOUT){ last_occured_alarm = real_alarm; rt_mutex_release(&condition_mutex); EnterMutex();