mirror of
https://github.com/apache/nuttx.git
synced 2026-08-01 20:28:58 +00:00
include/threads.h: add missing semi-colon
This commit is contained in:
parent
6031e06ff2
commit
0bfacf4d12
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@
|
|||
|
||||
/* 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 */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue