mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-12 20:27:19 +08:00
sdlog2: Adjust writer stack size
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user