AP_Logger: raise log_io stack size

See
https://github.com/ArduPilot/ardupilot/issues/15916#issuecomment-819489618
This commit is contained in:
Andrew Tridgell 2021-04-15 06:24:37 +10:00
parent 2a10d9d4f5
commit 7a7ac0cd73

View File

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