Version 3.1 - 20th February 2020

This commit is contained in:
David Johnson-Davies
2020-02-21 09:30:30 +00:00
committed by GitHub
parent c967204edd
commit 7eabc1dbab

View File

@@ -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) */