mirror of https://github.com/ArduPilot/ardupilot
HAL_ChibiOS: tweak stack on f103-periph
This commit is contained in:
parent
c219d357f0
commit
cffb434de8
|
@ -90,7 +90,7 @@ define PERIPH_FW TRUE
|
|||
MAIN_STACK 0x80
|
||||
|
||||
# PROCESS_STACK controls stack for main thread
|
||||
PROCESS_STACK 0x500
|
||||
PROCESS_STACK 0x600
|
||||
define HAL_DISABLE_LOOP_DELAY
|
||||
|
||||
# enable CAN support
|
||||
|
|
Loading…
Reference in New Issue