Index: firmware/App/Modes/OperationModes.h =================================================================== diff -u -r7527efbd4b554115ee34afb17fa1c82c3d827f62 -r2d00c9f207d74bda37e430aeb2fe27c6239d3192 --- firmware/App/Modes/OperationModes.h (.../OperationModes.h) (revision 7527efbd4b554115ee34afb17fa1c82c3d827f62) +++ firmware/App/Modes/OperationModes.h (.../OperationModes.h) (revision 2d00c9f207d74bda37e430aeb2fe27c6239d3192) @@ -54,7 +54,7 @@ GENERIC_CONFIRM_ID_T addConfirmationRequest( GENERIC_CONFIRM_ID_T requestID, GENERIC_CONFIRM_COMMAND_T requestType, U32 rejectReason ); // Add a new confirmation request void setCurrentSubState( U32 subState ); // Set the current substate. void setCurrent4thLevelState( U32 state ); // Set the current 4th level state. -void sendOperationStatusEvent( void ); // Constructs and sends operation status event +void sendOperationStatusEvent( void ); // Constructs and sends operation status event BOOL testSetOperationMode( HD_OP_MODE_T newMode ); // Force transition to a given mode (if allowed) BOOL testSetOpModePublishIntervalOverride( U32 ms );