Skip to content

Commit

Permalink
Merge pull request #2758 from haukepetersen/ng_fix_pktdump_stacktest
Browse files Browse the repository at this point in the history
net/ng_pktdump: added CREATE_STACKTEST flag
  • Loading branch information
miri64 committed Apr 3, 2015
2 parents 1d5c3e4 + 27d1f11 commit 3eb6c28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sys/net/crosslayer/ng_pktdump/ng_pktdump.c
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ kernel_pid_t ng_pktdump_init(void)
{
if (_pid == KERNEL_PID_UNDEF) {
_pid = thread_create(_stack, sizeof(_stack), NG_PKTDUMP_PRIO,
0, _eventloop, NULL, "pktdump");
CREATE_STACKTEST, _eventloop, NULL, "pktdump");
}
return _pid;
}

0 comments on commit 3eb6c28

Please sign in to comment.