diff options
author | Daniel Campora <daniel@wipy.io> | 2015-07-05 22:24:41 +0200 |
---|---|---|
committer | Daniel Campora <daniel@wipy.io> | 2015-07-07 16:10:10 +0200 |
commit | 194c8c761e853cb200d5aab885b6d62ec87cf4b2 (patch) | |
tree | 5531f0de11171d16e71e517e203d7e42fd5f0e99 | |
parent | 11115e4d23ba786df7ad0293b86dfdfebb8e6df3 (diff) | |
download | micropython-194c8c761e853cb200d5aab885b6d62ec87cf4b2.tar.gz micropython-194c8c761e853cb200d5aab885b6d62ec87cf4b2.zip |
cc3200: Increment interrupt stack size from 2K to 3K.
-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 22ad1968d5..c0fcf9b5ce 100644 --- a/cc3200/application.lds +++ b/cc3200/application.lds @@ -24,7 +24,7 @@ * THE SOFTWARE. */ -__stack_size__ = 2K; /* interrupts are handled within this stack */ +__stack_size__ = 3K; /* interrupts are handled within this stack */ __min_heap_size__ = 8K; MEMORY |