From aa1839396804da07db7c738319af7be4189c3096 Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Mon, 2 Aug 2010 16:31:59 +0200 Subject: [PATCH] Revert thread_stkov change --- firmware/thread.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/firmware/thread.c b/firmware/thread.c index 0db30ed91..b3d8ec397 100644 --- a/firmware/thread.c +++ b/firmware/thread.c @@ -207,8 +207,7 @@ static void thread_panicf(const char *msg, struct thread_entry *thread) IF_COP( const unsigned int core = thread->core; ) static char name[32]; thread_get_name(name, 32, thread); - - panicf ("%s %s %d" IF_COP(" (%d)"), msg, name, thread->stack_size IF_COP(, core)); + panicf ("%s %s" IF_COP(" (%d)"), msg, name IF_COP(, core)); } static void thread_stkov(struct thread_entry *thread) { -- 2.11.4.GIT