Обновление
This commit is contained in:
parent
ae97e7ee49
commit
5b1ef05b44
1
CanUds.c
1
CanUds.c
|
|
@ -1550,6 +1550,7 @@ static uint16_t RequestDownload_34(tCanUds *env) {
|
||||||
uint8_t countBlock = 8;//31;
|
uint8_t countBlock = 8;//31;
|
||||||
requestDownload_Response->maxNumberOfBlockLength = countBlock * 128 + 2;
|
requestDownload_Response->maxNumberOfBlockLength = countBlock * 128 + 2;
|
||||||
|
|
||||||
|
// requestDownload_Response->maxNumberOfBlockLength = 10;
|
||||||
|
|
||||||
#if (LOG_UDS == 1)
|
#if (LOG_UDS == 1)
|
||||||
LoggerFormatInfo(LOGGER, LOG_SIGN, "RequestDownload: memoryAddress = %08X memorySize = %08X", env->AdrFlash,
|
LoggerFormatInfo(LOGGER, LOG_SIGN, "RequestDownload: memoryAddress = %08X memorySize = %08X", env->AdrFlash,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue