diff options
Diffstat (limited to 'cc3200/application.lds')
| -rw-r--r-- | cc3200/application.lds | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cc3200/application.lds b/cc3200/application.lds index 553b4400b..46b29e99e 100644 --- a/cc3200/application.lds +++ b/cc3200/application.lds @@ -62,8 +62,8 @@ * THE SOFTWARE. */ -__stack_size__ = 1024; /* interrupts are handled using this stack */ -__min_heap_size__ = 4K; +__stack_size__ = 1K; /* interrupts are handled using this stack */ +__min_heap_size__ = 6K; __rtos_heap_size = 16K; MEMORY |
