Index: firmware/App/Controllers/Buttons.c =================================================================== diff -u -rc67def50892f9a7c2f1f22985b5351465a8f6773 -r78c03fb021407eaf8d17dd0f74f6969443b397ce --- firmware/App/Controllers/Buttons.c (.../Buttons.c) (revision c67def50892f9a7c2f1f22985b5351465a8f6773) +++ firmware/App/Controllers/Buttons.c (.../Buttons.c) (revision 78c03fb021407eaf8d17dd0f74f6969443b397ce) @@ -292,7 +292,7 @@ // is an off request pending user confirmation? if ( TRUE == offRequestAwaitingUserConfirmation ) { - // reset off request pending flag + // Reset off request pending flag offRequestAwaitingUserConfirmation = FALSE; // if we're in a mode that allows power off, initiate power off sequence if ( TRUE == isCurrentOpModeOkToTurnOff() ) @@ -318,7 +318,7 @@ // is an off request pending user confirmation? if ( TRUE == offRequestAwaitingUserConfirmation ) { - // reset off request pending flag + // Reset off request pending flag offRequestAwaitingUserConfirmation = FALSE; } break;