1
0
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:
James Cotton 2012-01-24 19:48:52 -06:00
parent 104c091590
commit bc3703ce33

View File

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