cc3200: Increment interrupt stack size from 2K to 3K.

modjni
Daniel Campora 2015-07-05 22:24:41 +02:00
parent 11115e4d23
commit 194c8c761e
1 changed files with 1 additions and 1 deletions

View File

@ -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