examples/elf/tests/mutex/mutex.c: Fix typo in a previous PR.
This commit is contained in:
parent
1056cce2b5
commit
218d8c9fe2
@ -64,7 +64,7 @@ static volatile bool bendoftest;
|
|||||||
|
|
||||||
void thread_func(void *parameter)
|
void thread_func(void *parameter)
|
||||||
{
|
{
|
||||||
int my_id = (int)((intptr_t)parameter;)
|
int my_id = (int)((intptr_t)parameter);
|
||||||
int my_ndx = my_id - 1;
|
int my_ndx = my_id - 1;
|
||||||
int i;
|
int i;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user