Обновление

This commit is contained in:
cfif 2026-04-20 17:36:49 +03:00
parent 919ebd0b3b
commit 714774f066
1 changed files with 1 additions and 1 deletions

View File

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