From a01ce949611b0c18df54c3f3877a43d27699c258 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Thu, 5 Feb 2015 15:34:05 -0800 Subject: [PATCH] altos/easymini-v1.0: Shrink stack to deal with USB changes Reverting the USB double buffering means using more RAM, need to shrink the EasyMini stack to accomodate that. Signed-off-by: Keith Packard --- src/easymini-v1.0/ao_pins.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/easymini-v1.0/ao_pins.h b/src/easymini-v1.0/ao_pins.h index 0edde5a2..1d794497 100644 --- a/src/easymini-v1.0/ao_pins.h +++ b/src/easymini-v1.0/ao_pins.h @@ -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 -- 2.30.2