From 9392dde997deaa89a2084cb00b817b4e6c26e5f4 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Mon, 6 Jun 2005 11:31:20 +0000 Subject: [PATCH] bugfix --- lib/utils/tickdelay.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/utils/tickdelay.c b/lib/utils/tickdelay.c index d744f96f2..4e1501093 100644 --- a/lib/utils/tickdelay.c +++ b/lib/utils/tickdelay.c @@ -25,7 +25,7 @@ long ticks; /* number of ticks to wait */ s = _taskcall(SYSTASK, SYS_SYNCALRM, &m); if (s != OK) return(s); - receive(HARDWARE,&m_alarm); /* await synchronous alarm */ + receive(CLOCK,&m_alarm); /* await synchronous alarm */ /* Check if we must reschedule the current alarm. */ if (m.ALRM_TIME_LEFT > 0) {