Skip to content
Snippets Groups Projects
Commit 43f77215 authored by Lorenz Meier's avatar Lorenz Meier
Browse files

TAP: adjust ESC buffer size

parent aae3a379
No related branches found
No related tags found
No related merge requests found
......@@ -1078,7 +1078,7 @@ void start()
_task_handle = px4_task_spawn_cmd("tap_esc_main",
SCHED_DEFAULT,
SCHED_PRIORITY_MAX,
2500,
1200,
(px4_main_t)&task_main_trampoline,
nullptr);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment