master/types.c
branchstable-1.0
changeset 1624 9dc190591c0f
parent 1621 4bbe090553f7
equal deleted inserted replaced
1623:05622513f627 1624:9dc190591c0f
    59 };
    59 };
    60 
    60 
    61 /*****************************************************************************/
    61 /*****************************************************************************/
    62 
    62 
    63 const ec_slave_type_t Beckhoff_EK1110 = {
    63 const ec_slave_type_t Beckhoff_EK1110 = {
    64     "Beckhoff", "EK1110", "Extension terminal", EC_TYPE_NORMAL,
    64     "Beckhoff", "EK1110", "Extension terminal", EC_TYPE_INFRA,
    65     {NULL} // no sync managers
    65     {NULL} // no sync managers
    66 };
    66 };
    67 
    67 
    68 /*****************************************************************************/
    68 /*****************************************************************************/
    69 
    69