Index: firmware/App/Modes/FPModes/FPOperationModes.c =================================================================== diff -u -r940437fb1298c036eeffbbfc8db1d43195e04927 -r344fab3c29084dfeee87cafe406b6880884aef95 --- firmware/App/Modes/FPModes/FPOperationModes.c (.../FPOperationModes.c) (revision 940437fb1298c036eeffbbfc8db1d43195e04927) +++ firmware/App/Modes/FPModes/FPOperationModes.c (.../FPOperationModes.c) (revision 344fab3c29084dfeee87cafe406b6880884aef95) @@ -618,8 +618,8 @@ * @brief * The testSetFPOperationSubMode function will transition to a given * sub mode if the transition is legal. - * @details \b Inputs: none - * @details \b Outputs: request new sub mode function called for current Op mode + * @details \b Inputs: currentMode, currentSubMode + * @details \b Outputs: modeRequest[], testRequestedSubMode, testChangeSubMode * @param message message from Dialin which includes the sub mode to * transition to. * @return TRUE if request successful, FALSE if not @@ -670,7 +670,8 @@ /*********************************************************************//** * @brief - * The testValidateSubModeChangeRequest function requests transition to a new + * The testValidateSubModeChangeRequest function validates the + * requested sub mode change is acceptable or not. * operation sub mode. * @details \b Inputs: none * @details \b Outputs: none