master/types.c
changeset 290 57a4201cbb0f
parent 280 35c99cdda518
equal deleted inserted replaced
289:3c121228ebe9 290:57a4201cbb0f
    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