diff --git a/src/drivers/tap_esc/tap_esc.cpp b/src/drivers/tap_esc/tap_esc.cpp index 11d8d52164..fab0c91f3e 100644 --- a/src/drivers/tap_esc/tap_esc.cpp +++ b/src/drivers/tap_esc/tap_esc.cpp @@ -1082,7 +1082,7 @@ void start() _task_handle = px4_task_spawn_cmd("tap_esc_main", SCHED_DEFAULT, SCHED_PRIORITY_MAX, - 1200, + 1000, (px4_main_t)&task_main_trampoline, nullptr);