summaryrefslogtreecommitdiff
path: root/src/nucleao-32/ao_pins.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nucleao-32/ao_pins.h')
-rw-r--r--src/nucleao-32/ao_pins.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/nucleao-32/ao_pins.h b/src/nucleao-32/ao_pins.h
index 092d347c..e631db7b 100644
--- a/src/nucleao-32/ao_pins.h
+++ b/src/nucleao-32/ao_pins.h
@@ -25,8 +25,9 @@
#define AO_LED_GREEN (1 << LED_PIN_GREEN)
#define AO_LED_PANIC AO_LED_GREEN
#define AO_CMD_LEN 128
-#define AO_LISP_POOL 1024
-#define AO_STACK_SIZE 1536
+#define AO_LISP_POOL_TOTAL 3072
+#define AO_LISP_SAVE 1
+#define AO_STACK_SIZE 1024
#define LEDS_AVAILABLE (AO_LED_GREEN)