diff options
| author | Keith Packard <keithp@keithp.com> | 2016-11-05 17:53:15 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2016-11-17 22:18:39 -0800 |
| commit | 954bc72d5822e0f5666e80764e798c10b1eb541d (patch) | |
| tree | 05494f228e6c06779ed118a91cba727fae83860f /src/nucleao-32 | |
| parent | 546e58b0a868662271553a15f2b1c1a8ea317582 (diff) | |
altos/lisp: more GC issues. add patom
Use global ao_lisp_stack instead of local stack so that gc
moves of that item work.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/nucleao-32')
| -rw-r--r-- | src/nucleao-32/ao_pins.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/nucleao-32/ao_pins.h b/src/nucleao-32/ao_pins.h index 65de89ed..092d347c 100644 --- a/src/nucleao-32/ao_pins.h +++ b/src/nucleao-32/ao_pins.h @@ -25,7 +25,8 @@ #define AO_LED_GREEN (1 << LED_PIN_GREEN) #define AO_LED_PANIC AO_LED_GREEN #define AO_CMD_LEN 128 -#define AO_LISP_POOL 2048 +#define AO_LISP_POOL 1024 +#define AO_STACK_SIZE 1536 #define LEDS_AVAILABLE (AO_LED_GREEN) |
