Index: firmware/App/Controllers/DialOutFlow.c =================================================================== diff -u -r313c0cd64f3e054df4d71f337336d61587cd7453 -r73efc9ee7f318903f780d16b25bb9056412c4270 --- firmware/App/Controllers/DialOutFlow.c (.../DialOutFlow.c) (revision 313c0cd64f3e054df4d71f337336d61587cd7453) +++ firmware/App/Controllers/DialOutFlow.c (.../DialOutFlow.c) (revision 73efc9ee7f318903f780d16b25bb9056412c4270) @@ -158,8 +158,9 @@ /************************************************************************* * @brief setDialOutFlowNewState - * The setDialOutNew function changes the state to STOP, PAUSE or RUN. + * The setDialOutFlowNewState function changes the state to STOP, PAUSE or RUN. * + * @param newState is the newState to change the DialOut system to. * @param isNewBag is TRUE, if at the start of the new state a new bag will * be used. * @return TRUE if successful @@ -191,7 +192,7 @@ case DIALOUT_FLOW_STOP_STATE: if (dialOutFlowState == DIALOUT_FLOW_PAUSE_UF_STATE) { - // We won't allow change of state to pause + // We won't allow change of state to stop newState = DIALOUT_FLOW_PAUSE_UF_STATE; isSuccess = FALSE; }