mirror of https://github.com/ArduPilot/ardupilot
HAL_ChibiOS: fixed stack on ZubaxGNSS
This commit is contained in:
parent
c9308535c4
commit
e848d5d0cc
|
@ -115,8 +115,8 @@ define NO_DATAFLASH TRUE
|
|||
define DMA_RESERVE_SIZE 0
|
||||
|
||||
define PERIPH_FW TRUE
|
||||
MAIN_STACK 0x300
|
||||
PROCESS_STACK 0x500
|
||||
MAIN_STACK 0x100
|
||||
PROCESS_STACK 0x600
|
||||
define HAL_DISABLE_LOOP_DELAY
|
||||
|
||||
define HAL_USE_I2C TRUE
|
||||
|
|
Loading…
Reference in New Issue