Index: firmware/App/Modes/OperationModes.h =================================================================== diff -u -rde5a0d43bdef611d963d11855bc958a8d8899a09 -r0d8381c50f7189c4cfbc2794a4aedf297eea7d15 --- firmware/App/Modes/OperationModes.h (.../OperationModes.h) (revision de5a0d43bdef611d963d11855bc958a8d8899a09) +++ firmware/App/Modes/OperationModes.h (.../OperationModes.h) (revision 0d8381c50f7189c4cfbc2794a4aedf297eea7d15) @@ -36,8 +36,10 @@ void initOperationModes( void ); // initialize this module void execOperationModes( void ); // execute the operation modes state machine (scheduled periodic call) void requestNewOperationMode( HD_OP_MODE_T newMode ); // request a transition to a new operation mode -HD_OP_MODE_T getCurrentOperationMode( void ); // get the current operation mode +HD_OP_MODE_T getCurrentOperationMode( void ); // get the current operation mode +void testRestorePriorModeFromFault( void ); // test function called when Dialin is clearing a fault + /**@}*/ #endif