Обновление

This commit is contained in:
cfif 2026-04-21 11:15:42 +03:00
parent 7c7005c31f
commit 3a633c1a1d
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ typedef struct __attribute__ ((packed)) {
typedef struct {
uint32_t adrCan;
uint16_t len;
uint8_t data[2148];
uint8_t data[2048];
} tCanTP_data;
typedef void (*tReceivedTP_func)(void *arg, tCanTP_data *data);