src/states.c
changeset 668 ba53613e94e4
parent 517 003679edc437
child 746 3e16d9a121b8
equal deleted inserted replaced
667:f48424ce2a5e 668:ba53613e94e4
    98 		case NMT:
    98 		case NMT:
    99 			if (*(d->iam_a_slave))
    99 			if (*(d->iam_a_slave))
   100 			{
   100 			{
   101 				proceedNMTstateChange(d,m);
   101 				proceedNMTstateChange(d,m);
   102 			}
   102 			}
       
   103             break;
   103 #ifdef CO_ENABLE_LSS
   104 #ifdef CO_ENABLE_LSS
   104 		case LSS:
   105 		case LSS:
   105 			if (!d->CurrentCommunicationState.csLSS)break;
   106 			if (!d->CurrentCommunicationState.csLSS)break;
   106 			if ((*(d->iam_a_slave)) && cob_id==MLSS_ADRESS)
   107 			if ((*(d->iam_a_slave)) && cob_id==MLSS_ADRESS)
   107 			{
   108 			{