From 8e7cf02071f9da0db7483053dfed8acd6218324f Mon Sep 17 00:00:00 2001 From: greg Date: Tue, 6 May 2008 07:11:41 +0000 Subject: [PATCH 1/1] fix typo line 135 --- drivers/timers_xeno/timers_xeno.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.39.2