Index: firmware/App/Modes/OperationModes.h =================================================================== diff -u -r93a5ad88c7754e2d64d11d3425571aa27fe12652 -r5379702cf2aba320cad160bef6c381c0c9138a63 --- firmware/App/Modes/OperationModes.h (.../OperationModes.h) (revision 93a5ad88c7754e2d64d11d3425571aa27fe12652) +++ firmware/App/Modes/OperationModes.h (.../OperationModes.h) (revision 5379702cf2aba320cad160bef6c381c0c9138a63) @@ -48,7 +48,7 @@ DG_OP_MODE_T getCurrentOperationMode( void ); // get the current operation mode DG_OP_MODE_T getPreviousOperationMode( void ); // get the previous operation mode U32 getCurrentOperationSubMode( void ); // get current operation sub mode -void setCurrentSubState( U32 subState ); // Set the current substate. +void setCurrentSubState( U32 subState ); // Set the current substate. BOOL testSetOperationMode( DG_OP_MODE_T newMode ); // Force transition to a given mode (if allowed) BOOL testSetDGOpModePublishIntervalOverride( U32 value );