microRTPS: client: reserve the minimum required stack to the send/receive tasks

This commit is contained in:
TSC21
2020-07-31 10:45:03 +01:00
committed by Nuno Marques
parent 0b41aa3ecd
commit 162e0c7675
2 changed files with 2 additions and 2 deletions
@@ -214,7 +214,7 @@ int micrortps_client_main(int argc, char *argv[])
_rtps_task = px4_task_spawn_cmd("rtps",
SCHED_DEFAULT,
SCHED_PRIORITY_DEFAULT,
4096,
2650,
(px4_main_t) micrortps_start,
(char *const *)argv);