From 714774f0663de2034044843c3471c29fd961913f 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 --- Inc/CanSerialPortFrameTP.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Inc/CanSerialPortFrameTP.h b/Inc/CanSerialPortFrameTP.h index a06c4f9..ea2ebb7 100644 --- a/Inc/CanSerialPortFrameTP.h +++ b/Inc/CanSerialPortFrameTP.h @@ -81,7 +81,7 @@ typedef struct __attribute__ ((packed)) { typedef struct { uint32_t adrCan; uint16_t len; - uint8_t data[1024]; + uint8_t data[2148]; } tCanTP_data; typedef void (*tReceivedTP_func)(void *arg, tCanTP_data *data);