update to new thread state symbol

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1736 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
liamstask 2010-03-10 17:03:04 +00:00
parent 49bc192b74
commit bc6c15cacb
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ static void spi_start_wait(SPIDriver *spip, size_t n,
/* Wait for completion event.*/
spip->spd_thread = currp;
chSchGoSleepS(PRSUSPENDED);
chSchGoSleepS(THD_STATE_SUSPENDED);
spip->spd_thread = NULL;
chSysUnlock();
}