examples/mini/mini.c
changeset 551 ac230bbd1d76
parent 516 f703e33ee395
child 612 aede068f9a74
equal deleted inserted replaced
550:f94a9f1bcaea 551:ac230bbd1d76
    60 
    60 
    61 void *r_dig_out;
    61 void *r_dig_out;
    62 
    62 
    63 #if 1
    63 #if 1
    64 ec_pdo_reg_t domain1_pdos[] = {
    64 ec_pdo_reg_t domain1_pdos[] = {
    65     {"2", Beckhoff_EL2004_Outputs, &r_dig_out},
    65     {"4", Beckhoff_EL2004_Outputs, &r_dig_out},
    66     {}
    66     {}
    67 };
    67 };
    68 #endif
    68 #endif
    69 
    69 
    70 /*****************************************************************************/
    70 /*****************************************************************************/