Minor comment change.
This commit is contained in:
parent
8986c8b183
commit
70a945fd7c
|
|
@ -1404,7 +1404,7 @@ int ecrt_slave_pdo_mapping_add(
|
|||
return -1;
|
||||
}
|
||||
|
||||
// does the slave provide the PDO list?
|
||||
// does the slave provide the PDO?
|
||||
list_for_each_entry(pdo, &slave->sii_pdos, list) {
|
||||
if (pdo->index == pdo_index) {
|
||||
not_found = 0;
|
||||
|
|
|
|||
Loading…
Reference in New Issue