include/threads.h: add missing semi-colon
This commit is contained in:
parent
6031e06ff2
commit
0bfacf4d12
@ -76,7 +76,7 @@
|
|||||||
|
|
||||||
/* thrd_start_t: function pointer type passed to thrd_create */
|
/* thrd_start_t: function pointer type passed to thrd_create */
|
||||||
|
|
||||||
typedef CODE int (*thrd_start_t)(FAR void *arg)
|
typedef CODE int (*thrd_start_t)(FAR void *arg);
|
||||||
|
|
||||||
/* mtx_t : mutex identifier */
|
/* mtx_t : mutex identifier */
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user