Bump up interrupt depth.

This commit is contained in:
Brad Nelson
2021-05-21 15:37:18 -07:00
parent d70e1081bb
commit 1c65488374
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
VERSION=7.0.4 VERSION=7.0.5
REVISION=$(shell git rev-parse HEAD) REVISION=$(shell git rev-parse HEAD)
OUT = out OUT = out

View File

@ -54,7 +54,7 @@
# define HEAP_SIZE 2 * 1024 # define HEAP_SIZE 2 * 1024
# define STACK_SIZE 32 # define STACK_SIZE 32
#endif #endif
#define INTERRUPT_STACK_CELLS 16 #define INTERRUPT_STACK_CELLS 64
#define PLATFORM_OPCODE_LIST \ #define PLATFORM_OPCODE_LIST \
/* Memory Allocation */ \ /* Memory Allocation */ \