mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-09-14 22:50:33 +00:00
examples/elf/tests/mutex/mutex.c: Fix typo in a previous PR.
This commit is contained in:
parent
1056cce2b5
commit
218d8c9fe2
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ static volatile bool bendoftest;
|
|||
|
||||
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 i;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue