diff --git a/ulisp-arm.ino b/ulisp-arm.ino index d882223..480dd8b 100644 --- a/ulisp-arm.ino +++ b/ulisp-arm.ino @@ -174,6 +174,7 @@ typedef int PinMode; #define WORKSPACESIZE 1280 /* Objects (8*bytes) */ #define SYMBOLTABLESIZE 512 /* Bytes */ #define CODESIZE 64 /* Bytes */ + #define STACKDIFF 320 #elif defined(ARDUINO_NRF52840_ITSYBITSY) #define WORKSPACESIZE 20992-SDSIZE /* Objects (8*bytes) */