Fixed missing ; in tesmbox.c.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5997 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
gdisirio 2013-07-19 14:45:09 +00:00
parent b53de18c10
commit fa79b4e8a6
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ static void mbox1_execute(void) {
/*
* Testing I-Class.
*/
chSysLock()
chSysLock();
msg1 = chMBPostI(&mb1, 'A');
test_assert(22, msg1 == RDY_OK, "wrong wake-up message");
msg1 = chMBPostI(&mb1, 'B');