Index: firmware/App/Modes/OperationModes.c =================================================================== diff -u -r256d5cb05f1ef09e19e2f2733a111f600c73a7ee -rd323f2fd854e8a5a1acce3f1cc975a995a6efc37 --- firmware/App/Modes/OperationModes.c (.../OperationModes.c) (revision 256d5cb05f1ef09e19e2f2733a111f600c73a7ee) +++ firmware/App/Modes/OperationModes.c (.../OperationModes.c) (revision d323f2fd854e8a5a1acce3f1cc975a995a6efc37) @@ -7,8 +7,8 @@ * * @file OperationModes.c * -* @author (last) Dara Navaei -* @date (last) 21-Sep-2022 +* @author (last) Michael Garthwaite +* @date (last) 12-Oct-2022 * * @author (original) Dara Navaei * @date (original) 05-Nov-2019 @@ -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 *************************************************************************/