format cleanup for defaults

This commit is contained in:
Philip Odom 2018-12-20 17:04:34 -08:00
parent e72d2d714a
commit 1384a31cff
No known key found for this signature in database
GPG Key ID: DEFE70A0F72F3DFF
2 changed files with 3 additions and 2 deletions

View File

@ -381,8 +381,9 @@ eMBMasterPoll( void )
}
vMBMasterRunResRelease();
break;
default:
break;
break;
}
}

View File

@ -341,7 +341,7 @@ xMBMasterRTUTransmitFSM( void )
break;
default:
break;
break;
}
return xNeedPoll;