From 5e64a9fec2e17d008b9488faa027d2beaa130a88 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Wed, 5 Mar 2008 10:59:11 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@215 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- src/chsleep.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/chsleep.c') 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(); -- cgit v1.2.3