diff --git a/APP_Framework/Applications/benchmark/support/benchmark.c b/APP_Framework/Applications/benchmark/support/benchmark.c index 0df6d11d2..ef6cd1c00 100644 --- a/APP_Framework/Applications/benchmark/support/benchmark.c +++ b/APP_Framework/Applications/benchmark/support/benchmark.c @@ -139,7 +139,7 @@ void *run_benchmark(void *args) { case_attr.schedparam.sched_priority = 25; case_attr.stacksize = 16384; - PrivSemaphoreCreate(&syn_sem, 0, -21); + PrivSemaphoreCreate(&syn_sem, 0, -22); PrivMutexCreate(&case_mu, 0); benchmark_handle *cur_handle = head.next;