Index: firmware/App/Modes/OperationModes.c =================================================================== diff -u -rda1f86ddf735623ba393ca809479157cd66c154c -rfc11115c26447a2da7b12f5f38ff0d4af06c579b --- firmware/App/Modes/OperationModes.c (.../OperationModes.c) (revision da1f86ddf735623ba393ca809479157cd66c154c) +++ firmware/App/Modes/OperationModes.c (.../OperationModes.c) (revision fc11115c26447a2da7b12f5f38ff0d4af06c579b) @@ -7,8 +7,8 @@ * * @file OperationModes.c * -* @author (last) Dara Navaei -* @date (last) 15-Jul-2022 +* @author (last) Michael Garthwaite +* @date (last) 08-Aug-2022 * * @author (original) Dara Navaei * @date (original) 05-Nov-2019 @@ -416,8 +416,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 *************************************************************************/