mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-22 06:14:14 +08:00
reverted memory change, sdlog app needs more than 2K
This commit is contained in:
+1
-1
@@ -144,7 +144,7 @@ int sdlog_main(int argc, char *argv[])
|
||||
deamon_task = task_spawn("sdlog",
|
||||
SCHED_DEFAULT,
|
||||
SCHED_PRIORITY_DEFAULT - 30,
|
||||
2048,
|
||||
4096,
|
||||
sdlog_thread_main,
|
||||
(argv) ? (const char **)&argv[2] : (const char **)NULL);
|
||||
exit(0);
|
||||
|
||||
Reference in New Issue
Block a user