AP_Logger: increase stack of log_io thread by 256

This was seem on omnibusf4pro, it is a bit too close:

  log_io PRI= 59 sp=0x20015CC0 STACK=144/1656
This commit is contained in:
Andrew Tridgell 2022-04-01 09:07:55 +11:00 committed by Peter Barker
parent 2c42c056d8
commit a01ca35939
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ extern const AP_HAL::HAL& hal;
#endif
#ifndef HAL_LOGGING_STACK_SIZE
#define HAL_LOGGING_STACK_SIZE 1324
#define HAL_LOGGING_STACK_SIZE 1580
#endif
#ifndef HAL_LOGGING_MAV_BUFSIZE