diff --git a/openrtx/include/threads.h b/openrtx/include/threads.h index 4d2152c7..d8d309b6 100644 --- a/openrtx/include/threads.h +++ b/openrtx/include/threads.h @@ -48,12 +48,7 @@ void create_threads(); /** * Stack size for baseband control task, in bytes. */ -#define RTX_TASK_STKSIZE 128 - -/** - * Stack size for DMR task, in bytes. - */ -#define DMR_TASK_STKSIZE 128 +#define RTX_TASK_STKSIZE 512 #else /* __arm__ */ @@ -74,11 +69,6 @@ void create_threads(); */ #define RTX_TASK_STKSIZE 1024 -/** - * Stack size for DMR task, in bytes. - */ -#define DMR_TASK_STKSIZE 1024 - #endif /* __arm__ */ #endif /* THREADS_H */