aboutsummaryrefslogtreecommitdiffstats
path: root/src/chsleep.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/chsleep.c')
-rw-r--r--src/chsleep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chsleep.c b/src/chsleep.c
index 9dad520c7..859333b79 100644
--- a/src/chsleep.c
+++ b/src/chsleep.c
@@ -29,7 +29,7 @@
* Suspends the invoking thread for the specified time.
* @param time the system ticks number
*/
-void chThdSleep(t_time time) {
+void chThdSleep(systime_t time) {
chSysLock();