mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Merge pull request #6103 from kaspar030/cleanup_gcoap_stacksize_define
net: gnrc: gcoap: make use of DEBUG_EXTRA_STACKSIZE
This commit is contained in:
commit
4a619af8ee
@ -27,11 +27,7 @@
|
||||
#include "debug.h"
|
||||
|
||||
/** @brief Stack size for module thread */
|
||||
#if ENABLE_DEBUG
|
||||
#define GCOAP_STACK_SIZE (THREAD_STACKSIZE_DEFAULT + THREAD_EXTRA_STACKSIZE_PRINTF)
|
||||
#else
|
||||
#define GCOAP_STACK_SIZE (THREAD_STACKSIZE_DEFAULT)
|
||||
#endif
|
||||
#define GCOAP_STACK_SIZE (THREAD_STACKSIZE_DEFAULT + DEBUG_EXTRA_STACKSIZE)
|
||||
|
||||
/* Internal functions */
|
||||
static void *_event_loop(void *arg);
|
||||
|
Loading…
Reference in New Issue
Block a user