diff options
Diffstat (limited to 'os/rt/include/chschd.h')
-rw-r--r-- | os/rt/include/chschd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/rt/include/chschd.h b/os/rt/include/chschd.h index 79ff437a1..7f25279a9 100644 --- a/os/rt/include/chschd.h +++ b/os/rt/include/chschd.h @@ -476,7 +476,7 @@ extern "C" { thread_t *chSchReadyI(thread_t *tp);
thread_t *chSchReadyAheadI(thread_t *tp);
void chSchGoSleepS(tstate_t newstate);
- msg_t chSchGoSleepTimeoutS(tstate_t newstate, systime_t time);
+ msg_t chSchGoSleepTimeoutS(tstate_t newstate, sysinterval_t timeout);
void chSchWakeupS(thread_t *ntp, msg_t msg);
void chSchRescheduleS(void);
bool chSchIsPreemptionRequired(void);
|