Index: firmware/App/Modes/OperationModes.c =================================================================== diff -u -r256d5cb05f1ef09e19e2f2733a111f600c73a7ee -refc8f2b118da254cb1de51301d157a6a3510cfc9 --- firmware/App/Modes/OperationModes.c (.../OperationModes.c) (revision 256d5cb05f1ef09e19e2f2733a111f600c73a7ee) +++ firmware/App/Modes/OperationModes.c (.../OperationModes.c) (revision efc8f2b118da254cb1de51301d157a6a3510cfc9) @@ -418,8 +418,8 @@ * @brief * The testSetOperationMode function will transition to a given operation * mode if the transition is legal. - * @details Inputs: none - * @details Outputs: modeRequest[] + * @details Inputs: MODE_TRANSITION_TABLE[][] + * @details Outputs: modeRequest[], result * @param newMode ID of requested mode to transition to * @return TRUE if request successful, FALSE if not *************************************************************************/