Skip to content

Commit

Permalink
tabs to space 2
Browse files Browse the repository at this point in the history
  • Loading branch information
nq authored and nq committed Aug 22, 2018
1 parent 0ecdf27 commit ab24038
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions FreeModbus/modbus/mb_m.c
Original file line number Diff line number Diff line change
Expand Up @@ -296,8 +296,8 @@ eMBMasterPoll( void )
break;

case EV_MASTER_FRAME_RECEIVED:
eStatus = peMBMasterFrameReceiveCur( &ucRcvAddress, &ucMBFrame, &usLength );
/* Check if the frame is for us. If not ,send an error process event. */
eStatus = peMBMasterFrameReceiveCur( &ucRcvAddress, &ucMBFrame, &usLength );
/* Check if the frame is for us. If not ,send an error process event. */
if ( ( eStatus == MB_ENOERR ) && ( ucRcvAddress == ucMBMasterGetDestAddress() ) )
{
( void ) xMBMasterPortEventPost( EV_MASTER_EXECUTE );
Expand Down

0 comments on commit ab24038

Please sign in to comment.