From 5c19cf38d852dbd6b1eb08e8c3096bae330eff41 Mon Sep 17 00:00:00 2001 From: Martine Lenders Date: Tue, 19 Jun 2018 10:55:19 +0200 Subject: [PATCH] sniffer: reduce rawdump thread stack size --- sniffer/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sniffer/main.c b/sniffer/main.c index 998a55b4aaef..3f78e7142293 100644 --- a/sniffer/main.c +++ b/sniffer/main.c @@ -47,7 +47,7 @@ /** * @brief Stack for the raw dump thread */ -static char rawdmp_stack[THREAD_STACKSIZE_MAIN]; +static char rawdmp_stack[THREAD_STACKSIZE_SMALL]; /** * @brief Make a raw dump of the given packet contents