forked from Archive/PX4-Autopilot
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…
Reference in New Issue