Обновление
This commit is contained in:
parent
15806c1e87
commit
ae97e7ee49
2
CanUds.c
2
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 = 16;//31;
|
||||
uint8_t countBlock = 8;//31;
|
||||
requestDownload_Response->maxNumberOfBlockLength = countBlock * 128 + 2;
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue