diff options
Diffstat (limited to 'docs/PLUGIN_API')
| -rw-r--r-- | docs/PLUGIN_API | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/PLUGIN_API b/docs/PLUGIN_API index e24d70f..feba086 100644 --- a/docs/PLUGIN_API +++ b/docs/PLUGIN_API @@ -431,7 +431,8 @@ Kernel SYS_USB_CONNECTED. Else do nothing and return 0. int create_thread(void* function, void* stack, int stack_size, - const char *name); + const char *name IF_PRIO(int priority) + IF_COP(, unsigned int core, bool fallback)); Create a thread. ??? (see firmware/thread.c:145) |