mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-12 19:08:29 -04:00
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
0124abfc9b
commit
a039500e53
@ -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
Block a user