src/sdo.c
changeset 435 509158e51940
parent 402 77f875d45250
child 447 c9d01296d6d9
equal deleted inserted replaced
434:5a1039939567 435:509158e51940
  1176 
  1176 
  1177     } /* end if I am a CLIENT		*/	  
  1177     } /* end if I am a CLIENT		*/	  
  1178     break;  
  1178     break;  
  1179 
  1179 
  1180    case 4:
  1180    case 4:
  1181      abortCode = (*m).data[3] |
  1181      abortCode = 
       
  1182       (UNS32)m->data[4] |
  1182       ((UNS32)m->data[5] << 8) |
  1183       ((UNS32)m->data[5] << 8) |
  1183       ((UNS32)m->data[6] << 16) |
  1184       ((UNS32)m->data[6] << 16) |
  1184       ((UNS32)m->data[7] << 24);
  1185       ((UNS32)m->data[7] << 24);
  1185     /* Received SDO abort. */
  1186     /* Received SDO abort. */
  1186     /* Looking for the line concerned. */
  1187     /* Looking for the line concerned. */