From 7eabc1dbab655d598c8774e92cf5324e7f2e231c Mon Sep 17 00:00:00 2001 From: David Johnson-Davies Date: Fri, 21 Feb 2020 09:30:30 +0000 Subject: [PATCH] Version 3.1 - 20th February 2020 --- ulisp-arm.ino | 1 + 1 file changed, 1 insertion(+) 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) */