master/types.c
changeset 107 b4546c37f28f
parent 104 052bc82d5442
child 145 11a82e4fd31b
equal deleted inserted replaced
106:d6679c77ad3f 107:b4546c37f28f
    90     "Beckhoff", "EL3102", "2x Analog Input diff.", 0,
    90     "Beckhoff", "EL3102", "2x Analog Input diff.", 0,
    91     {&mailbox_sm0, &mailbox_sm1, &el31X2_sm2, &el31X2_sm3, NULL}
    91     {&mailbox_sm0, &mailbox_sm1, &el31X2_sm2, &el31X2_sm3, NULL}
    92 };
    92 };
    93 
    93 
    94 const ec_slave_type_t Beckhoff_EL3162 = {
    94 const ec_slave_type_t Beckhoff_EL3162 = {
    95     "Beckhoff", "EL3102", "2x Analog Input", 0,
    95     "Beckhoff", "EL3162", "2x Analog Input", 0,
    96     {&mailbox_sm0, &mailbox_sm1, &el31X2_sm2, &el31X2_sm3, NULL}
    96     {&mailbox_sm0, &mailbox_sm1, &el31X2_sm2, &el31X2_sm3, NULL}
    97 };
    97 };
    98 
    98 
    99 /*****************************************************************************/
    99 /*****************************************************************************/
   100 
   100