Jan Kiszka wrote:
--- task.c 30 May 2005 14:02:04 -0000 1.60 +++ task.c 6 Jul 2005 13:52:41 -0000 @@ -900,7 +900,7 @@ int rt_task_sleep_until (RTIME date){int err = 0; - RTIME now; + STIME delay;
Must be "SRTIME" of course. Jan
Jan Kiszka wrote:
--- task.c 30 May 2005 14:02:04 -0000 1.60 +++ task.c 6 Jul 2005 13:52:41 -0000 @@ -900,7 +900,7 @@ int rt_task_sleep_until (RTIME date){int err = 0; - RTIME now; + STIME delay;
Must be "SRTIME" of course. Jan