mirror of
https://github.com/thelsing/knx.git
synced 2025-08-22 13:46:21 +02:00
Increase stacks size
This commit is contained in:
parent
dfba036161
commit
4fa3b24b36
@ -34,7 +34,7 @@
|
|||||||
* Default Linker script for the Texas Instruments CC1310
|
* Default Linker script for the Texas Instruments CC1310
|
||||||
*/
|
*/
|
||||||
|
|
||||||
STACKSIZE = 2048;
|
STACKSIZE = 4096+1024;
|
||||||
HEAPSIZE = 4096;
|
HEAPSIZE = 4096;
|
||||||
|
|
||||||
MEMORY
|
MEMORY
|
||||||
|
Loading…
Reference in New Issue
Block a user