Index: App/Contollers/Buttons.h =================================================================== diff -u -r9aec79f151c686b730888c98f70f53ad958fe9b5 -rc91e9da338d92432930d3589a4055ebbb404c6cb --- App/Contollers/Buttons.h (.../Buttons.h) (revision 9aec79f151c686b730888c98f70f53ad958fe9b5) +++ App/Contollers/Buttons.h (.../Buttons.h) (revision c91e9da338d92432930d3589a4055ebbb404c6cb) @@ -34,7 +34,7 @@ void execButtons( void ); BOOL isStopButtonPressed( void ); BOOL isButtonPressedRaw( BUTTON_T button ); -void userConfirmOffButton( void ); +void userConfirmOffButton( U08 response ); SELF_TEST_STATUS_T execStuckButtonTest( void ); #endif