diff options
author | Keith Packard <keithp@keithp.com> | 2015-02-05 15:01:03 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2015-02-05 15:01:03 -0800 |
commit | 2bde76fe852d7908a968168580be4cd4dc0333d6 (patch) | |
tree | 4071f533189712356d746124ba67780664835e17 | |
parent | 5bf39f674b3d5ee98b55f42562a5ba1a9328ff07 (diff) |
altos/teledongle-v3.0: Shrink stacks to 320 bytes to fit in ram
The old USB code had static in/out buffers in ram
Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r-- | src/teledongle-v3.0/ao_pins.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/teledongle-v3.0/ao_pins.h b/src/teledongle-v3.0/ao_pins.h index c023b2cf..52a86fcb 100644 --- a/src/teledongle-v3.0/ao_pins.h +++ b/src/teledongle-v3.0/ao_pins.h @@ -20,7 +20,7 @@ #ifndef _AO_PINS_H_ #define _AO_PINS_H_ -#define AO_STACK_SIZE 324 +#define AO_STACK_SIZE 320 #define HAS_TASK_QUEUE 1 |