Version 2.4a - 16th September 2018
Corrected WORKSPACESIZE values.
This commit is contained in:
parent
9a401ffa46
commit
18a10d4b77
|
@ -125,7 +125,7 @@ typedef void (*pfun_t)(char);
|
||||||
uint8_t _end;
|
uint8_t _end;
|
||||||
|
|
||||||
#elif defined(ARDUINO_SAM_DUE)
|
#elif defined(ARDUINO_SAM_DUE)
|
||||||
#define WORKSPACESIZE 3072-SDSIZE /* Cells (8*bytes) */
|
#define WORKSPACESIZE 10240-SDSIZE /* Cells (8*bytes) */
|
||||||
#define SYMBOLTABLESIZE 512 /* Bytes */
|
#define SYMBOLTABLESIZE 512 /* Bytes */
|
||||||
#define SDCARD_SS_PIN 10
|
#define SDCARD_SS_PIN 10
|
||||||
extern uint8_t _end;
|
extern uint8_t _end;
|
||||||
|
|
Loading…
Reference in New Issue