mirror of https://github.com/ArduPilot/ardupilot
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:
parent
32c4261306
commit
58e356557a
|
@ -27,7 +27,7 @@ extern const AP_HAL::HAL& hal;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef HAL_LOGGING_STACK_SIZE
|
#ifndef HAL_LOGGING_STACK_SIZE
|
||||||
#define HAL_LOGGING_STACK_SIZE 1324
|
#define HAL_LOGGING_STACK_SIZE 1580
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef HAL_LOGGING_MAV_BUFSIZE
|
#ifndef HAL_LOGGING_MAV_BUFSIZE
|
||||||
|
|
Loading…
Reference in New Issue