gnrc_netdev2: add missing doc on GNRC_NETDEV2_MAC_PRIO
This commit is contained in:
parent
6f1de3faff
commit
c5eca9f1ca
@ -43,6 +43,9 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Default priority for adaption layer's threads
|
||||||
|
*/
|
||||||
#ifndef GNRC_NETDEV2_MAC_PRIO
|
#ifndef GNRC_NETDEV2_MAC_PRIO
|
||||||
#define GNRC_NETDEV2_MAC_PRIO (THREAD_PRIORITY_MAIN - 5)
|
#define GNRC_NETDEV2_MAC_PRIO (THREAD_PRIORITY_MAIN - 5)
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user