diff options
| author | Keith Packard <keithp@keithp.com> | 2016-11-03 21:49:50 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2016-11-17 22:18:39 -0800 |
| commit | 9fe33ce12f30da223e3ef83dfe12afaa751d509d (patch) | |
| tree | 72799eb7e57a994d3ecfe510979e10bf3e9fd7b9 /src/nucleao-32/ao_pins.h | |
| parent | 71bf5774083e7f0d87ea609a73d6cfb7f60de9d9 (diff) | |
altos: Add lambda support to lisp
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/nucleao-32/ao_pins.h')
| -rw-r--r-- | src/nucleao-32/ao_pins.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nucleao-32/ao_pins.h b/src/nucleao-32/ao_pins.h index 76200176..65de89ed 100644 --- a/src/nucleao-32/ao_pins.h +++ b/src/nucleao-32/ao_pins.h @@ -24,6 +24,8 @@ #define LED_PIN_GREEN 3 #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 LEDS_AVAILABLE (AO_LED_GREEN) |
