From 612a68c74c40f8ed2e16dbc008896dc9715d77d2 Mon Sep 17 00:00:00 2001 From: norbert-walter Date: Mon, 18 Jul 2022 15:35:50 +0200 Subject: [PATCH] Reduce USERTASK_PARAM from 10000 to 8000 --- lib/obp60task/obp60task.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/obp60task/obp60task.h b/lib/obp60task/obp60task.h index 7aed9be..c2cb2a5 100644 --- a/lib/obp60task/obp60task.h +++ b/lib/obp60task/obp60task.h @@ -20,7 +20,7 @@ DECLARE_INITFUNCTION(OBP60Init); // OBP60 Task void OBP60Task(GwApi *param); -DECLARE_USERTASK_PARAM(OBP60Task, 10000) // Need 10k RAM as stack size +DECLARE_USERTASK_PARAM(OBP60Task, 8000) // Need 8k RAM as stack size DECLARE_CAPABILITY(obp60,true); #endif \ No newline at end of file