author | Florian Pose <fp@igh-essen.com> |
Thu, 20 Sep 2007 12:33:58 +0000 | |
changeset 747 | ac8a822c3e5b |
parent 746 | ef0f6eb5cd7c |
child 748 | 6c8801bd547f |
master/slave.c | file | annotate | diff | comparison | revisions |
--- a/master/slave.c Thu Sep 20 10:15:21 2007 +0000 +++ b/master/slave.c Thu Sep 20 12:33:58 2007 +0000 @@ -1404,7 +1404,7 @@ 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;