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:
parent
b2887a25a7
commit
aa698f7b0a
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user