From bcf78a1231e33c8b6f2f07817dd623a028bae3dc Mon Sep 17 00:00:00 2001 From: cfif Date: Mon, 20 Apr 2026 17:36:49 +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, 2 insertions(+) diff --git a/CanUds.c b/CanUds.c index 36e3482..02e6eb0 100644 --- a/CanUds.c +++ b/CanUds.c @@ -1268,6 +1268,8 @@ static uint16_t RequestDownload_34(tCanUds *env) { env->AdrFlash = 0x1100000; env->SizeWriteFlash = 0; +// vCanSerialPortSetMaskCount(env->CanIO->env, 2); + return 4; } // конец --------------------------- RequestDownload ---------------------------------------------------------