1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-03-15 07:29:15 +01:00

Increase the CC IRQ stack to avoid some memory warnings

This commit is contained in:
James Cotton 2011-11-16 09:20:30 -06:00
parent b2887a25a7
commit aa698f7b0a

View File

@ -1,5 +1,5 @@
/* This is the size of the stack for all FreeRTOS IRQs */
_irq_stack_size = 0x1A0;
_irq_stack_size = 0x1E6;
/* This is the size of the stack for early init: life span is until scheduler starts */
_init_stack_size = 0x100;