Index: firmware/App/Modes/ModeStandby.c =================================================================== diff -u -rff0edadf0c6f161a0a092ddaf94d1940d64f7d5e -r604c63782c972bef41038d2d0eaaa282595d3599 --- firmware/App/Modes/ModeStandby.c (.../ModeStandby.c) (revision ff0edadf0c6f161a0a092ddaf94d1940d64f7d5e) +++ firmware/App/Modes/ModeStandby.c (.../ModeStandby.c) (revision 604c63782c972bef41038d2d0eaaa282595d3599) @@ -168,17 +168,8 @@ // } if ( TRUE == pendingStartDDPreGenRequest ) { - // wait for IOFP GENP mode and when IOFP manual control is not set - if ( ( ( FP_MODE_GENP == fpMode ) || ( FP_MODE_DEGP == fpMode ) ) && ( getTestConfigStatus( TEST_CONFIG_DD_RUN_SOLO ) == FALSE ) ) - { pendingStartDDPreGenRequest = FALSE; requestNewOperationMode( DD_MODE_PREG ); - } - else if ( getTestConfigStatus( TEST_CONFIG_DD_RUN_SOLO ) == TRUE ) - { - pendingStartDDPreGenRequest = FALSE; - requestNewOperationMode( DD_MODE_PREG ); - } } // else if ( TRUE == pendingStartDDFlushRequest ) // {