mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-08 18:52:46 +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