Index: firmware/App/Modes/OperationModes.h =================================================================== diff -u -rf99f8b365af2274d68d7f424cc9be9815b4db19c -r8c27b2bb935abb76879e865bbf66ac46c32589fe --- firmware/App/Modes/OperationModes.h (.../OperationModes.h) (revision f99f8b365af2274d68d7f424cc9be9815b4db19c) +++ firmware/App/Modes/OperationModes.h (.../OperationModes.h) (revision 8c27b2bb935abb76879e865bbf66ac46c32589fe) @@ -72,10 +72,10 @@ void setCurrent4thLevelState( U32 state ); // Set the current 4th level state. void sendOperationStatusEvent( void ); // Constructs and sends operation status event +BOOL handleUIConfirmationResponse( MESSAGE_T *message ); // Handles the confirmation response received from the UI BOOL testSetOperationMode( MESSAGE_T *message ); // Force transition to a given mode (if allowed) BOOL testSetOpModePublishIntervalOverride( MESSAGE_T *message ); // Override op mode data publish interval -BOOL handleUIConfirmationResponse( MESSAGE_T *message ); /**@}*/