mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
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…
Reference in New Issue
Block a user