Обновление
This commit is contained in:
parent
f2b1e3f4d5
commit
b7ff6caf00
|
|
@ -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);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue