diff --git a/pkg/uwb-core/include/uwb_core.h b/pkg/uwb-core/include/uwb_core.h index a3a4ada1b3..48c3b636b2 100644 --- a/pkg/uwb-core/include/uwb_core.h +++ b/pkg/uwb-core/include/uwb_core.h @@ -47,7 +47,7 @@ extern "C" { * @brief Stacksize used for uwb-core event queue */ #ifndef UWB_CORE_STACKSIZE -#define UWB_CORE_STACKSIZE (THREAD_STACKSIZE_LARGE) +#define UWB_CORE_STACKSIZE (THREAD_STACKSIZE_DEFAULT) #endif /**