Index: firmware/App/Modes/OperationModes.h =================================================================== diff -u -reeaab2a9a685fb18845888d91040d3aa01977f6d -r93a5ad88c7754e2d64d11d3425571aa27fe12652 --- firmware/App/Modes/OperationModes.h (.../OperationModes.h) (revision eeaab2a9a685fb18845888d91040d3aa01977f6d) +++ firmware/App/Modes/OperationModes.h (.../OperationModes.h) (revision 93a5ad88c7754e2d64d11d3425571aa27fe12652) @@ -47,6 +47,7 @@ void requestNewOperationMode( DG_OP_MODE_T newMode ); // request a transition to a new operation mode 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. BOOL testSetOperationMode( DG_OP_MODE_T newMode ); // Force transition to a given mode (if allowed)