Index: firmware/App/Modes/OperationModes.h =================================================================== diff -u -r025612ad77fe630889a364586de54bffe5262d56 -r3b70632c04247a6973960e1f37ae73eb4384a6b7 --- firmware/App/Modes/OperationModes.h (.../OperationModes.h) (revision 025612ad77fe630889a364586de54bffe5262d56) +++ firmware/App/Modes/OperationModes.h (.../OperationModes.h) (revision 3b70632c04247a6973960e1f37ae73eb4384a6b7) @@ -7,8 +7,8 @@ * * @file OperationModes.h * -* @author (last) Dara Navaei -* @date (last) 06-Nov-2021 +* @author (last) Sean Nash +* @date (last) 08-Jul-2022 * * @author (original) Dara Navaei * @date (original) 05-Nov-2019 @@ -46,6 +46,7 @@ DG_OP_MODE_T getCurrentOperationMode( void ); // get the current operation mode DG_OP_MODE_T getPreviousOperationMode( void ); // get the previous operation mode +BOOL testSetOperationMode( DG_OP_MODE_T newMode ); // Force transition to a given mode (if allowed) BOOL testSetDGOpModePublishIntervalOverride( U32 value ); BOOL testResetDGOpModePublishIntervalOverride( void );