diff --git a/sys/include/net/ng_pktdump.h b/sys/include/net/ng_pktdump.h index afaac00913..e69d3946a4 100644 --- a/sys/include/net/ng_pktdump.h +++ b/sys/include/net/ng_pktdump.h @@ -39,7 +39,7 @@ extern "C" { * @brief Priority of the pktdump thread */ #ifndef NG_PKTDUMP_PRIO -#define NG_PKTDUMP_PRIO (PRIORITY_MIN - 1) +#define NG_PKTDUMP_PRIO (PRIORITY_MAIN - 1) #endif /**