Version 2.4a - 16th September 2018

Corrected WORKSPACESIZE values.
This commit is contained in:
David Johnson-Davies 2018-09-16 16:21:50 +01:00 committed by GitHub
parent 9a401ffa46
commit 18a10d4b77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ typedef void (*pfun_t)(char);
uint8_t _end;
#elif defined(ARDUINO_SAM_DUE)
#define WORKSPACESIZE 3072-SDSIZE /* Cells (8*bytes) */
#define WORKSPACESIZE 10240-SDSIZE /* Cells (8*bytes) */
#define SYMBOLTABLESIZE 512 /* Bytes */
#define SDCARD_SS_PIN 10
extern uint8_t _end;