From b0b366b48b4ae8c335367b1ce84bd549ccad900e Mon Sep 17 00:00:00 2001 From: cfif Date: Fri, 6 Mar 2026 13:33:15 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CanUds.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CanUds.h b/CanUds.h index 0cae96c..b343f3f 100644 --- a/CanUds.h +++ b/CanUds.h @@ -165,7 +165,7 @@ typedef struct { uint32_t time_counter_max_attempts_default; } SA; - tStaticThreadBlock(512) T_can_Uds; + tStaticThreadBlock(256) T_can_Uds; } tCanUds; typedef uint16_t (*uds_func_ptr)(tCanUds *env);