diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2008-03-05 10:59:11 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2008-03-05 10:59:11 +0000 |
commit | 5e64a9fec2e17d008b9488faa027d2beaa130a88 (patch) | |
tree | 3ab9255111b62d78d755bc51d9e650e63b07be25 /src/chsleep.c | |
parent | 0778745ee12a4f14c001bd205e05728cc01e9633 (diff) | |
download | ChibiOS-5e64a9fec2e17d008b9488faa027d2beaa130a88.tar.gz ChibiOS-5e64a9fec2e17d008b9488faa027d2beaa130a88.tar.bz2 ChibiOS-5e64a9fec2e17d008b9488faa027d2beaa130a88.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@215 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'src/chsleep.c')
-rw-r--r-- | src/chsleep.c | 2 |
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();
|