cc3200: Increment interrupt stack size from 2K to 3K.
This commit is contained in:
parent
11115e4d23
commit
194c8c761e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue