Skip to content
This repository was archived by the owner on Sep 20, 2022. It is now read-only.

Commit 12b0e96

Browse files
committed
sniffer: reduce rawdump thread stack size
1 parent 1e881cc commit 12b0e96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sniffer/main.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
/**
4848
* @brief Stack for the raw dump thread
4949
*/
50-
static char rawdmp_stack[THREAD_STACKSIZE_MAIN];
50+
static char rawdmp_stack[THREAD_STACKSIZE_SMALL];
5151

5252
/**
5353
* @brief Make a raw dump of the given packet contents

0 commit comments

Comments
 (0)