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;