From 10bbe7dc8282ae21d619012701bd35dbf1e56649 Mon Sep 17 00:00:00 2001 From: TT Date: Sun, 22 Jan 2017 13:33:26 +0900 Subject: [PATCH] re-enable dump command --- Makefile | 2 +- main.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 928a4a9..6cd661a 100644 --- a/Makefile +++ b/Makefile @@ -60,7 +60,7 @@ endif # Stack size to be allocated to the Cortex-M process stack. This stack is # the stack used by the main() thread. ifeq ($(USE_PROCESS_STACKSIZE),) - USE_PROCESS_STACKSIZE = 0x250 + USE_PROCESS_STACKSIZE = 0x200 endif # Stack size to the allocated to the Cortex-M main/exceptions stack. This diff --git a/main.c b/main.c index b4d3b68..a1678da 100644 --- a/main.c +++ b/main.c @@ -31,6 +31,8 @@ #include #include +#define ENABLED_DUMP + static void apply_error_term(void); void sweep(void);