Skip to content

Commit

Permalink
Increase micrortps_client_rcv stack for 64 bit targets
Browse files Browse the repository at this point in the history
Signed-off-by: Jukka Laitinen <[email protected]>
  • Loading branch information
jlaitine authored and dagar committed Aug 24, 2021
1 parent 69021db commit 8f03045
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ int micrortps_client_main(int argc, char *argv[])
_rtps_task = px4_task_spawn_cmd("micrortps_client",
SCHED_DEFAULT,
SCHED_PRIORITY_DEFAULT,
2900,
PX4_STACK_ADJUSTED(2900),
(px4_main_t) micrortps_start,
(char *const *)argv);

Expand Down

0 comments on commit 8f03045

Please sign in to comment.