mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
Revert "position_estimator_inav: lower RAM"
This reverts commit b457e714972649f5a39fa3f2f9463bdfe6971fcc.
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…
x
Reference in New Issue
Block a user