Skip to content

Commit

Permalink
sniffer: reduce rawdump thread stack size
Browse files Browse the repository at this point in the history
  • Loading branch information
miri64 committed Sep 26, 2018
1 parent 3ef810f commit 5c19cf3
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 5c19cf3

Please sign in to comment.