aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/testsem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testsem.c b/test/testsem.c
index 36dae4086..25d87f3f1 100644
--- a/test/testsem.c
+++ b/test/testsem.c
@@ -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);