diff options
| author | danicampora | 2016-02-21 21:05:58 +0100 |
|---|---|---|
| committer | danicampora | 2016-02-21 21:53:21 +0100 |
| commit | f5248a087ac5667c53b7eab0e874b517ddf53dae (patch) | |
| tree | f732b91a2d677704738d99a15986c6ed9b8d59da /cc3200/application.lds | |
| parent | 0d210a0be827d956b7a4af7b591c3d268a569a7d (diff) | |
cc3200: Fix "debug" build.
Diffstat (limited to 'cc3200/application.lds')
| -rw-r--r-- | cc3200/application.lds | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cc3200/application.lds b/cc3200/application.lds index c0fcf9b5c..22ad1968d 100644 --- a/cc3200/application.lds +++ b/cc3200/application.lds @@ -24,7 +24,7 @@ * THE SOFTWARE. */ -__stack_size__ = 3K; /* interrupts are handled within this stack */ +__stack_size__ = 2K; /* interrupts are handled within this stack */ __min_heap_size__ = 8K; MEMORY |
