Reverted the change, it is not portable.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2749 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
gdisirio 2011-02-20 08:34:05 +00:00
parent 03be31d2ba
commit 26d4b64316
1 changed files with 1 additions and 1 deletions

View File

@ -250,7 +250,7 @@ static msg_t thread4(void *p) {
}
static void sem4_execute(void) {
BSEMAPHORE_DECL(bsem, TRUE);
BinarySemaphore bsem;
/* Creates a taken binary semaphore.*/
chBSemInit(&bsem, TRUE);