Skip to content
Snippets Groups Projects
Commit 194c8c76 authored by Daniel Campora's avatar Daniel Campora
Browse files

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

parent 11115e4d
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment