master/sync.c
changeset 746 ef0f6eb5cd7c
parent 745 3f4e5a50733e
child 748 6c8801bd547f
equal deleted inserted replaced
745:3f4e5a50733e 746:ef0f6eb5cd7c
   170 
   170 
   171     // set appropriate sync manager index
   171     // set appropriate sync manager index
   172     mapped_pdo->sync_index = sync->index;
   172     mapped_pdo->sync_index = sync->index;
   173 
   173 
   174     list_add_tail(&mapped_pdo->list, &sync->pdos);
   174     list_add_tail(&mapped_pdo->list, &sync->pdos);
   175     sync->alt_mapping = 1;
       
   176     return 0;
   175     return 0;
   177 }
   176 }
   178 
   177 
   179 /*****************************************************************************/
   178 /*****************************************************************************/
   180 
   179