mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-02 03:49:12 +08:00
micrortps_client: increased stack size by 250B
Co-authored-by: Nuno Marques <n.marques21@hotmail.com>
This commit is contained in:
@@ -242,7 +242,7 @@ int micrortps_client_main(int argc, char *argv[])
|
|||||||
_rtps_task = px4_task_spawn_cmd("micrortps_client",
|
_rtps_task = px4_task_spawn_cmd("micrortps_client",
|
||||||
SCHED_DEFAULT,
|
SCHED_DEFAULT,
|
||||||
SCHED_PRIORITY_DEFAULT,
|
SCHED_PRIORITY_DEFAULT,
|
||||||
2650,
|
2900,
|
||||||
(px4_main_t) micrortps_start,
|
(px4_main_t) micrortps_start,
|
||||||
(char *const *)argv);
|
(char *const *)argv);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user