summaryrefslogtreecommitdiff
path: root/src/lambdakey-v1.0/ao_pins.h
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2016-11-09 16:22:43 -0800
committerKeith Packard <keithp@keithp.com>2016-11-17 22:18:39 -0800
commita3535e28a74055c3b303dbb4111cb3d38c2817e2 (patch)
treeedeb6a0e0d79f4adfa50c34fd7c5dcb44bcd7477 /src/lambdakey-v1.0/ao_pins.h
parente503e46f5e9ca57b7a7d976b2ee02a3d7812bc92 (diff)
altos/lisp: Clean up OS integration bits, add defun
Provide an abstraction for the OS interface so that it can build more cleanly on Linux and AltOS. Add defun macro. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/lambdakey-v1.0/ao_pins.h')
-rw-r--r--src/lambdakey-v1.0/ao_pins.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lambdakey-v1.0/ao_pins.h b/src/lambdakey-v1.0/ao_pins.h
index 5a840f13..b8429c55 100644
--- a/src/lambdakey-v1.0/ao_pins.h
+++ b/src/lambdakey-v1.0/ao_pins.h
@@ -25,7 +25,7 @@
#define AO_LED_RED (1 << LED_PIN_RED)
#define AO_LED_PANIC AO_LED_RED
#define AO_CMD_LEN 128
-#define AO_LISP_POOL 2560
+#define AO_LISP_POOL 3072
#define AO_STACK_SIZE 1024
#define LEDS_AVAILABLE (AO_LED_RED)