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

Merge pull request #4487 from cgundogan/pr/rpl/doc_fix

rpl: minor doc fix
This commit is contained in:
BytesGalore 2015-12-16 10:33:20 +01:00
commit f4291773a1

View File

@ -46,7 +46,7 @@ extern "C" {
#endif
/**
* @brief Default stack size to use for the IPv6 thread
* @brief Default stack size to use for the RPL thread
*/
#ifndef GNRC_RPL_STACK_SIZE
#define GNRC_RPL_STACK_SIZE (THREAD_STACKSIZE_DEFAULT)