altos/easymini-v1.0: Shrink stack to deal with USB changes
authorKeith Packard <keithp@keithp.com>
Thu, 5 Feb 2015 23:34:05 +0000 (15:34 -0800)
committerKeith Packard <keithp@keithp.com>
Thu, 5 Feb 2015 23:34:05 +0000 (15:34 -0800)
Reverting the USB double buffering means using more RAM, need to
shrink the EasyMini stack to accomodate that.

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

index 0edde5a2315d755bd89176e599052c89b783889c..1d794497af0600dd2046dc765b97779a2628a413 100644 (file)
@@ -18,7 +18,7 @@
 #define HAS_BEEP               1
 #define HAS_BATTERY_REPORT     1
 
-#define AO_STACK_SIZE  384
+#define AO_STACK_SIZE  376
 
 #define IS_FLASH_LOADER        0