@ -386,6 +386,13 @@ extern "C" {
#define GCOAP_OBS_INIT_UNUSED (-2)
/** @} */
/**
* @brief Stack size for module thread
*/
#ifndef GCOAP_STACK_SIZE
#define GCOAP_STACK_SIZE (THREAD_STACKSIZE_DEFAULT + DEBUG_EXTRA_STACKSIZE)
#endif
* @brief A modular collection of resources for a server
@ -26,9 +26,6 @@
#define ENABLE_DEBUG (0)
#include "debug.h"
/** @brief Stack size for module thread */
/* Internal functions */
static void *_event_loop(void *arg);
static void _listen(sock_udp_t *sock);