diff options
| author | Keith Packard <keithp@keithp.com> | 2013-05-18 03:52:14 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2013-05-18 03:52:14 -0700 |
| commit | cbe5eee76faf386eefe69539935ab318944ac452 (patch) | |
| tree | 42865330728db52ea559560b78783128c46735fc /src/lpc/ao_arch.h | |
| parent | 3587bfd248e115bb1abb28f71b263575b4e8e367 (diff) | |
altos/lpc: Stick USB control structure in USB memory
No reason to have that in regular ram, and it means we've got space
for large enough stacks now
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/lpc/ao_arch.h')
| -rw-r--r-- | src/lpc/ao_arch.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lpc/ao_arch.h b/src/lpc/ao_arch.h index 92405649..9dbebf4a 100644 --- a/src/lpc/ao_arch.h +++ b/src/lpc/ao_arch.h @@ -24,7 +24,7 @@ * LPC11U14 definitions and code fragments for AltOS */ -#define AO_STACK_SIZE 192 +#define AO_STACK_SIZE 320 #define AO_LED_TYPE uint16_t |
