Skip to content

Commit

Permalink
format cleanup for defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
podom committed Dec 21, 2018
1 parent e72d2d7 commit 1384a31
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion FreeModbus/modbus/mb_m.c
Original file line number Diff line number Diff line change
Expand Up @@ -381,8 +381,9 @@ eMBMasterPoll( void )
}
vMBMasterRunResRelease();
break;

default:
break;
break;
}

}
Expand Down
2 changes: 1 addition & 1 deletion FreeModbus/modbus/rtu/mbrtu_m.c
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ xMBMasterRTUTransmitFSM( void )
break;

default:
break;
break;
}

return xNeedPoll;
Expand Down

0 comments on commit 1384a31

Please sign in to comment.