1
0
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:
Martine Lenders 2017-02-15 12:28:56 +01:00
parent 6f1de3faff
commit c5eca9f1ca

View File

@ -43,6 +43,9 @@
extern "C" {
#endif
/**
* @brief Default priority for adaption layer's threads
*/
#ifndef GNRC_NETDEV2_MAC_PRIO
#define GNRC_NETDEV2_MAC_PRIO (THREAD_PRIORITY_MAIN - 5)
#endif