master/slave.h
changeset 175 2e4b18203ade
parent 160 7ddf8367196a
child 182 8c0bc99229a9
equal deleted inserted replaced
174:99907332ff1e 175:2e4b18203ade
   155 
   155 
   156 typedef struct
   156 typedef struct
   157 {
   157 {
   158     struct list_head list;
   158     struct list_head list;
   159     uint16_t index;
   159     uint16_t index;
   160     uint16_t type;
   160     //uint16_t type;
   161     uint8_t features;
   161     uint8_t object_code;
   162     char *name;
   162     char *name;
   163     struct list_head entries;
   163     struct list_head entries;
   164 }
   164 }
   165 ec_sdo_t;
   165 ec_sdo_t;
   166 
   166