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

This commit is contained in:
Giovanni Di Sirio 2015-03-25 19:40:04 +00:00
parent 0f57c7c3b9
commit 47f690922c
1 changed files with 1 additions and 1 deletions

View File

@ -538,7 +538,7 @@ namespace chibios_rt {
void Mutex::unlockS(void) {
chMtxLockS(&mutex);
chMtxUnlockS(&mutex);
}
#if CH_CFG_USE_CONDVARS