tabs to space 2
This commit is contained in:
parent
0ecdf2720f
commit
ab2403888e
|
@ -296,8 +296,8 @@ eMBMasterPoll( void )
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case EV_MASTER_FRAME_RECEIVED:
|
case EV_MASTER_FRAME_RECEIVED:
|
||||||
eStatus = peMBMasterFrameReceiveCur( &ucRcvAddress, &ucMBFrame, &usLength );
|
eStatus = peMBMasterFrameReceiveCur( &ucRcvAddress, &ucMBFrame, &usLength );
|
||||||
/* Check if the frame is for us. If not ,send an error process event. */
|
/* Check if the frame is for us. If not ,send an error process event. */
|
||||||
if ( ( eStatus == MB_ENOERR ) && ( ucRcvAddress == ucMBMasterGetDestAddress() ) )
|
if ( ( eStatus == MB_ENOERR ) && ( ucRcvAddress == ucMBMasterGetDestAddress() ) )
|
||||||
{
|
{
|
||||||
( void ) xMBMasterPortEventPost( EV_MASTER_EXECUTE );
|
( void ) xMBMasterPortEventPost( EV_MASTER_EXECUTE );
|
||||||
|
|
Loading…
Reference in New Issue