summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/PLUGIN_API3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/PLUGIN_API b/docs/PLUGIN_API
index e24d70fece..feba0868fb 100644
--- a/docs/PLUGIN_API
+++ b/docs/PLUGIN_API
@@ -431,7 +431,8 @@ Kernel
431 SYS_USB_CONNECTED. Else do nothing and return 0. 431 SYS_USB_CONNECTED. Else do nothing and return 0.
432 432
433 int create_thread(void* function, void* stack, int stack_size, 433 int create_thread(void* function, void* stack, int stack_size,
434 const char *name); 434 const char *name IF_PRIO(int priority)
435 IF_COP(, unsigned int core, bool fallback));
435 436
436 Create a thread. 437 Create a thread.
437 ??? (see firmware/thread.c:145) 438 ??? (see firmware/thread.c:145)