Index: firmware/App/Modes/ModeFault.c =================================================================== diff -u -r8b8fff67b95805272f37855346d600599aaec03d -rcd3af1ebb7396ba3b2bec1d779510d29c30014f4 --- firmware/App/Modes/ModeFault.c (.../ModeFault.c) (revision 8b8fff67b95805272f37855346d600599aaec03d) +++ firmware/App/Modes/ModeFault.c (.../ModeFault.c) (revision cd3af1ebb7396ba3b2bec1d779510d29c30014f4) @@ -68,7 +68,7 @@ initFaultMode(); setCurrentSubState( NO_SUB_STATE ); // Publish POST failure status to UI if fault triggered in Init/POST mode - if ( DG_MODE_INIT == getPreviousOperationMode() ) + if ( DD_MODE_INIT == getPreviousOperationMode() ) { // Broadcast final POST failed //sendPOSTFinalResult( FALSE ); @@ -115,7 +115,7 @@ // Do nothing unless the test configuration to recover treatment is enabled if ( ( TRUE == getTestConfigStatus( TEST_CONFIG_RECOVER_TREATMENT ) ) && ( TRUE == hasRecoverFromFaultModeBeenSet() ) ) { - DG_OP_MODE_T prevMode = getPreviousOperationMode(); + DD_OP_MODE_T prevMode = getPreviousOperationMode(); requestNewOperationMode( prevMode ); }