git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@246 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
gdisirio 2008-03-26 14:00:01 +00:00
parent d18137eded
commit dfe8a03d8a
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ extern "C" {
#define chThdSleepUntil(t) { \
chSysLock(); \
chSchGoSleepTimeoutS(PRSLEEP, \
(systime_t)((t) - chSysGetTime())) \
(systime_t)((t) - chSysGetTime())); \
chSysUnlock(); \
}
#endif /* CH_USE_SYSTEMTIME */