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

This commit is contained in:
Giovanni Di Sirio 2015-03-06 17:00:15 +00:00
parent 3c8445c326
commit 07aba437fa
1 changed files with 1 additions and 1 deletions

View File

@ -202,7 +202,7 @@ void chMtxLockS(mutex_t *mp) {
(void) chSchReadyI(queue_dequeue(tp));
break;
default:
chDbgAssert(false, "unexpected state");
/* Nothing to do for other states.*/
break;
}
break;