Skip to content
Snippets Groups Projects
Commit 4c703d4c authored by Florian Pose's avatar Florian Pose
Browse files

Removed varsized_fields II

parent 1630f258
No related branches found
No related tags found
No related merge requests found
......@@ -225,20 +225,6 @@ ec_fmmu_t;
/*****************************************************************************/
/**
Variable-sized field information.
*/
typedef struct
{
struct list_head list; /**< list item */
const ec_sii_pdo_t *pdo; /**< PDO */
size_t size; /**< field size */
}
ec_varsize_t;
/*****************************************************************************/
/**
EtherCAT slave.
*/
......@@ -315,9 +301,6 @@ void ec_slave_clear(struct kobject *);
int ec_slave_prepare_fmmu(ec_slave_t *, const ec_domain_t *,
const ec_sii_sync_t *);
// CoE
//int ec_slave_fetch_sdo_list(ec_slave_t *);
// SII categories
int ec_slave_fetch_strings(ec_slave_t *, const uint8_t *);
void ec_slave_fetch_general(ec_slave_t *, const uint8_t *);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment