Updated drivers according to syslib interface changes.

This commit is contained in:
Jorrit Herder
2005-07-29 15:00:22 +00:00
parent d62e515660
commit aec394a330
10 changed files with 22 additions and 24 deletions

View File

@@ -396,8 +396,8 @@ message *m_ptr; /* pointer to alarm message */
}
/* Schedule new alarm for next m_random call. */
if (OK != (s=sys_syncalrm(SELF, KRANDOM_PERIOD, 0)))
report("MEM", "sys_syncalarm failed", s);
if (OK != (s=sys_setalarm(KRANDOM_PERIOD, 0)))
report("MEM", "sys_setalarm failed", s);
}
/*============================================================================*