mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Merge pull request #2774 from kaspar030/fix_pktdump_priority
sys: net: ng_pktdump: make pktdump have higher-than-main priority
This commit is contained in:
commit
7cbc667199
@ -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
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user