mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-23 15:07:34 +08:00
@@ -108,8 +108,8 @@ __EXPORT void px4_systemreset(bool to_bootloader) noreturn_function;
|
||||
|
||||
/** Starts a task and performs any specific accounting, scheduler setup, etc. */
|
||||
__EXPORT px4_task_t px4_task_spawn_cmd(const char *name,
|
||||
int priority,
|
||||
int scheduler,
|
||||
int priority,
|
||||
int stack_size,
|
||||
px4_main_t entry,
|
||||
char *const argv[]);
|
||||
|
||||
Reference in New Issue
Block a user