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

Commit

Permalink
sniffer: reduce rawdump thread stack size
Browse files Browse the repository at this point in the history
  • Loading branch information
miri64 committed Jun 19, 2018
1 parent 1e881cc commit 12b0e96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sniffer/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 12b0e96

Please sign in to comment.