From 15806c1e873da25a463675ec900db0927e036303 Mon Sep 17 00:00:00 2001 From: cfif Date: Sun, 21 Jun 2026 20:34:07 +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.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CanUds.c b/CanUds.c index f19cd16..cbcbc2e 100644 --- a/CanUds.c +++ b/CanUds.c @@ -1547,7 +1547,7 @@ static uint16_t RequestDownload_34(tCanUds *env) { requestDownload_Response->ServiceId = UDS_RequestDownload | 0b1000000; requestDownload_Response->lengthFormatIdentifier = 0x20; // 2 байта - длина поля maxNumberOfBlockLength - uint8_t countBlock = 31;//31; + uint8_t countBlock = 16;//31; requestDownload_Response->maxNumberOfBlockLength = countBlock * 128 + 2;