git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7808 35acf78f-673a-0410-8e92-d51de3d6d3f4
parent
0f57c7c3b9
commit
47f690922c
|
@ -538,7 +538,7 @@ namespace chibios_rt {
|
|||
|
||||
void Mutex::unlockS(void) {
|
||||
|
||||
chMtxLockS(&mutex);
|
||||
chMtxUnlockS(&mutex);
|
||||
}
|
||||
|
||||
#if CH_CFG_USE_CONDVARS
|
||||
|
|
Loading…
Reference in New Issue