diff options
author | Keith Packard <keithp@keithp.com> | 2018-01-07 23:06:51 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2018-01-07 23:06:51 -0800 |
commit | f8a967959b2f5ca3486ab3422f30fe4ad4ba17a8 (patch) | |
tree | c6291fcec63defe6b2e3867901a5d349d5f76a85 /src/lambdakey-v1.0/ao_scheme_os.h | |
parent | 6ae22601bbf018193ac093fb0f745ebe213bfb64 (diff) |
altos/lambdakey-v1.0: Add LED function back in
We've made things smaller, so there's (barely) space for this now.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/lambdakey-v1.0/ao_scheme_os.h')
-rw-r--r-- | src/lambdakey-v1.0/ao_scheme_os.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lambdakey-v1.0/ao_scheme_os.h b/src/lambdakey-v1.0/ao_scheme_os.h index 6a2ab819..8af199c2 100644 --- a/src/lambdakey-v1.0/ao_scheme_os.h +++ b/src/lambdakey-v1.0/ao_scheme_os.h @@ -20,7 +20,7 @@ #include "ao.h" -#define AO_SCHEME_POOL 3584 +#define AO_SCHEME_POOL 3792 #define AO_SCHEME_TOKEN_MAX 64 #ifndef __BYTE_ORDER |