Index: firmware/App/Monitors/Buttons.h =================================================================== diff -u -r395522dffef1348e176564925656012f529c1910 -rf99f8b365af2274d68d7f424cc9be9815b4db19c --- firmware/App/Monitors/Buttons.h (.../Buttons.h) (revision 395522dffef1348e176564925656012f529c1910) +++ firmware/App/Monitors/Buttons.h (.../Buttons.h) (revision f99f8b365af2274d68d7f424cc9be9815b4db19c) @@ -36,7 +36,7 @@ BUTTON_STATE_RELEASED = 0, ///< Button is in the released state BUTTON_STATE_PRESSED, ///< Button is in the pressed state NUM_OF_BUTTON_STATES ///< Number of button states -} BUTTON_STATE_T; +} BUTTON_STATE_T; #pragma pack(push,1) /// Payload record structure for an off button confirmation message from the UI. @@ -57,7 +57,6 @@ void initButtons( void ); void execButtons( void ); BOOL isStopButtonPressed( void ); -void userConfirmOffButton( U08 response ); SELF_TEST_STATUS_T execStuckButtonTest( void ); void resetStuckButtonPOSTState( void );