mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-10 09:58:28 -04:00
HAL_ChibiOS: fixed stack on ZubaxGNSS
This commit is contained in:
parent
910129eafc
commit
7973a25c40
@ -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
Block a user