mirror of https://github.com/ArduPilot/ardupilot
AP_HAL_ChibiOS: increase RCIN stack size
This commit is contained in:
parent
34a28cce00
commit
2bae080be4
|
@ -58,7 +58,7 @@
|
|||
#endif
|
||||
|
||||
#ifndef RCIN_THD_WA_SIZE
|
||||
#define RCIN_THD_WA_SIZE 512
|
||||
#define RCIN_THD_WA_SIZE 768
|
||||
#endif
|
||||
|
||||
#ifndef IO_THD_WA_SIZE
|
||||
|
|
Loading…
Reference in New Issue