mirror of
https://gitlab.com/etherlab.org/ethercat.git
synced 2026-09-27 12:33:48 +08:00
Removed unused field.
This commit is contained in:
@@ -64,7 +64,6 @@ typedef enum {
|
|||||||
typedef struct {
|
typedef struct {
|
||||||
ec_debug_frame_dir_t dir;
|
ec_debug_frame_dir_t dir;
|
||||||
struct timeval t;
|
struct timeval t;
|
||||||
unsigned int addr;
|
|
||||||
uint8_t data[EC_MAX_DATA_SIZE];
|
uint8_t data[EC_MAX_DATA_SIZE];
|
||||||
unsigned int data_size;
|
unsigned int data_size;
|
||||||
} ec_debug_frame_t;
|
} ec_debug_frame_t;
|
||||||
|
|||||||
Reference in New Issue
Block a user