mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
sdlog2: Adjust writer stack size
This commit is contained in:
parent
1c2b932cf8
commit
f815d9fa74
@ -755,7 +755,7 @@ void sdlog2_start_log()
|
||||
}
|
||||
#endif
|
||||
|
||||
pthread_attr_setstacksize(&logwriter_attr, 2048);
|
||||
pthread_attr_setstacksize(&logwriter_attr, PX4_STACK_ADJUSTED(2048));
|
||||
|
||||
logwriter_should_exit = false;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user