Index: firmware/App/Modes/OperationModes.h =================================================================== diff -u -r30f049651877229042e3f8700c8596e5b9a1e0f4 -r8c00197ce69e80f1967aa3f2eb36beb3573f36f3 --- firmware/App/Modes/OperationModes.h (.../OperationModes.h) (revision 30f049651877229042e3f8700c8596e5b9a1e0f4) +++ firmware/App/Modes/OperationModes.h (.../OperationModes.h) (revision 8c00197ce69e80f1967aa3f2eb36beb3573f36f3) @@ -39,6 +39,8 @@ HD_OP_MODE_T getCurrentOperationMode( void ); // Get the current operation mode void initiateAlarmAction( ALARM_ACTION_T action ); // Initiate an alarm or alarm recovery action according to current op mode +BOOL testSetOperationMode( HD_OP_MODE_T newMode ); // Force transition to a given mode (if allowed) + /**@}*/ #endif