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