1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-27 07:21:18 +01:00

doc: Fix documentation for UDP

This commit is contained in:
DipSwitch 2015-09-12 12:54:56 +02:00
parent e96f32ccd5
commit 684eff4541

View File

@ -40,7 +40,7 @@ extern "C" {
#endif
/**
* @brief Priority of the pktdump thread
* @brief Priority of the UDP thread
*/
#ifndef GNRC_UDP_PRIO
#define GNRC_UDP_PRIO (THREAD_PRIORITY_MAIN - 2)