Index: firmware/App/Modes/ModeStandby.c =================================================================== diff -u -r28b6e281605c1a944c982d0ec7dcdb6f28aac82b -r286fbceae8be1276780690fe4b3010c8b2270239 --- firmware/App/Modes/ModeStandby.c (.../ModeStandby.c) (revision 28b6e281605c1a944c982d0ec7dcdb6f28aac82b) +++ firmware/App/Modes/ModeStandby.c (.../ModeStandby.c) (revision 286fbceae8be1276780690fe4b3010c8b2270239) @@ -46,7 +46,7 @@ void initStandbyMode( void ) { standbyState = RO_STANDBY_MODE_STATE_IDLE; - pendingStartPreGenRequest = FALSE; + pendingStartPreGenRequest = FALSE; } /*********************************************************************//**