diff --git a/CanUds.h b/CanUds.h index b343f3f..7fbe448 100644 --- a/CanUds.h +++ b/CanUds.h @@ -165,7 +165,7 @@ typedef struct { uint32_t time_counter_max_attempts_default; } SA; - tStaticThreadBlock(256) T_can_Uds; + tStaticThreadBlock(384) T_can_Uds; } tCanUds; typedef uint16_t (*uds_func_ptr)(tCanUds *env);