HAL_ChibiOS: fixed stack on ZubaxGNSS

This commit is contained in:
Andrew Tridgell 2019-10-21 09:09:27 +11:00
parent 910129eafc
commit 7973a25c40
1 changed files with 2 additions and 2 deletions

View File

@ -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