forked from Archive/PX4-Autopilot
Revert "position_estimator_inav: lower RAM"
This reverts commit b457e71497
.
This commit is contained in:
parent
b457e71497
commit
d92903720d
|
@ -133,7 +133,7 @@ int position_estimator_inav_main(int argc, char *argv[])
|
|||
|
||||
thread_should_exit = false;
|
||||
position_estimator_inav_task = task_spawn_cmd("position_estimator_inav",
|
||||
SCHED_RR, SCHED_PRIORITY_MAX - 5, 3000,
|
||||
SCHED_RR, SCHED_PRIORITY_MAX - 5, 4096,
|
||||
position_estimator_inav_thread_main,
|
||||
(argv) ? (const char **) &argv[2] : (const char **) NULL);
|
||||
exit(0);
|
||||
|
|
Loading…
Reference in New Issue