Обновление

This commit is contained in:
cfif 2026-04-22 14:35:09 +03:00
parent f2b1e3f4d5
commit b7ff6caf00
1 changed files with 1 additions and 1 deletions

View File

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