altos/teledongle-v3.0: Shrink stacks to 320 bytes to fit in ram
authorKeith Packard <keithp@keithp.com>
Thu, 5 Feb 2015 23:01:03 +0000 (15:01 -0800)
committerKeith Packard <keithp@keithp.com>
Thu, 5 Feb 2015 23:01:03 +0000 (15:01 -0800)
The old USB code had static in/out buffers in ram

Signed-off-by: Keith Packard <keithp@keithp.com>
src/teledongle-v3.0/ao_pins.h

index c023b2cf4fcc16b144ebcaa81f394d29996a34c0..52a86fcb05d904c6a544d25ad0e6b49c1a57d6ac 100644 (file)
@@ -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