diff options
author | Keith Packard <keithp@keithp.com> | 2013-08-17 17:43:18 +0200 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2013-08-25 16:22:48 -0700 |
commit | 10f88c46df9a266f62452dc25275c79a3bb0653d (patch) | |
tree | 3cfb8159954ed26f7222199ca856c50071b64b0c /src/easymini-v0.1/ao_pins.h | |
parent | 41428d1e1e44a17eea5fda2b34cabafbdebf1464 (diff) |
altos: Set default LPC stack to 512 bytes, Em to 384 bytes
The default for lpc has been raised to 512 bytes, but Em doesn't have
enough RAM for that.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/easymini-v0.1/ao_pins.h')
-rw-r--r-- | src/easymini-v0.1/ao_pins.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/easymini-v0.1/ao_pins.h b/src/easymini-v0.1/ao_pins.h index 6f102dbe..c09fb4c2 100644 --- a/src/easymini-v0.1/ao_pins.h +++ b/src/easymini-v0.1/ao_pins.h @@ -18,6 +18,8 @@ #define HAS_BEEP 1 #define HAS_LED 1 +#define AO_STACK_SIZE 384 + #define IS_FLASH_LOADER 0 /* Crystal on the board */ |