mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
logger: log_writer_file increase stack 1170 -> 1472 bytes (#15765)
This commit is contained in:
parent
5daca6c2c4
commit
d676e65294
@ -161,7 +161,7 @@ int LogWriterFile::thread_start()
|
||||
param.sched_priority = SCHED_PRIORITY_DEFAULT - 40;
|
||||
(void)pthread_attr_setschedparam(&thr_attr, ¶m);
|
||||
|
||||
pthread_attr_setstacksize(&thr_attr, PX4_STACK_ADJUSTED(1170));
|
||||
pthread_attr_setstacksize(&thr_attr, PX4_STACK_ADJUSTED(1472));
|
||||
|
||||
int ret = pthread_create(&_thread, &thr_attr, &LogWriterFile::run_helper, this);
|
||||
pthread_attr_destroy(&thr_attr);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user