master/module.c
changeset 111 9963537ec776
parent 104 052bc82d5442
child 127 e67c80a76de4
equal deleted inserted replaced
110:2346e2963087 111:9963537ec776
    72     unsigned int i;
    72     unsigned int i;
    73 
    73 
    74     EC_INFO("Master driver, %s\n", COMPILE_INFO);
    74     EC_INFO("Master driver, %s\n", COMPILE_INFO);
    75 
    75 
    76     if (ec_master_count < 1) {
    76     if (ec_master_count < 1) {
    77         EC_ERR("Error - Illegal ec_master_count: %i\n", ec_master_count);
    77         EC_ERR("Error - Invalid ec_master_count: %i\n", ec_master_count);
    78         return -1;
    78         return -1;
    79     }
    79     }
    80 
    80 
    81     EC_INFO("Initializing %i EtherCAT master(s)...\n", ec_master_count);
    81     EC_INFO("Initializing %i EtherCAT master(s)...\n", ec_master_count);
    82 
    82