AP_Logger: raise log_io stack size
See https://github.com/ArduPilot/ardupilot/issues/15916#issuecomment-819489618
This commit is contained in:
parent
2a10d9d4f5
commit
7a7ac0cd73
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user