sdlog2: Adjust writer stack size

This commit is contained in:
Lorenz Meier 2016-09-07 22:06:33 +02:00
parent 1c2b932cf8
commit f815d9fa74
1 changed files with 1 additions and 1 deletions

View File

@ -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;