From 4b349574a54056efbbf8a9a910bd219b713fc195 Mon Sep 17 00:00:00 2001 From: cfif Date: Thu, 18 Jun 2026 15:02:55 +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 6f7577f..1e8b640 100644 --- a/CanUds.c +++ b/CanUds.c @@ -1457,7 +1457,7 @@ static uint16_t RequestDownload_34(tCanUds *env) { requestDownload_Response->ServiceId = UDS_RequestDownload | 0b1000000; requestDownload_Response->lengthFormatIdentifier = 0x20; // 2 байта - длина поля maxNumberOfBlockLength - uint8_t countBlock = 31;//8; + uint8_t countBlock = 8;//8; requestDownload_Response->maxNumberOfBlockLength = countBlock * 128 + 2;