mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-12-01 09:24:10 +01:00
Need more irq stack for CC3D
This commit is contained in:
parent
104c091590
commit
bc3703ce33
@ -1,5 +1,5 @@
|
||||
/* This is the size of the stack for all FreeRTOS IRQs */
|
||||
_irq_stack_size = 0x1E6;
|
||||
_irq_stack_size = 0x240;
|
||||
/* This is the size of the stack for early init: life span is until scheduler starts */
|
||||
_init_stack_size = 0x100;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user