Index: firmware/App/Modes/ModePreTreat.c =================================================================== diff -u -r72186ef257b97cd1af2618bf5805673695e6748d -r26c9c46e181b72b7f3fd1128f5d509e01d6ae188 --- firmware/App/Modes/ModePreTreat.c (.../ModePreTreat.c) (revision 72186ef257b97cd1af2618bf5805673695e6748d) +++ firmware/App/Modes/ModePreTreat.c (.../ModePreTreat.c) (revision 26c9c46e181b72b7f3fd1128f5d509e01d6ae188) @@ -1174,7 +1174,7 @@ if ( FALSE == reservoirFlushedStatus[ DG_RESERVOIR_1 ] ) { #ifndef _RELEASE_ - if ( SW_CONFIG_ENABLE_VALUE == getSoftwareConfigStatus( SW_CONFIG_DISABLE_FILL_AND_FLUSH ) ) + if ( SW_CONFIG_ENABLE_VALUE == getSoftwareConfigStatus( SW_CONFIG_DISABLE_PRIMING ) ) { reservoirFilledStatus[ DG_RESERVOIR_1 ] = TRUE; } @@ -1285,7 +1285,7 @@ if ( DG_RESERVOIR_1 == inactiveRes ) { #ifndef _RELEASE_ - if ( SW_CONFIG_ENABLE_VALUE == getSoftwareConfigStatus( SW_CONFIG_DISABLE_FILL_AND_FLUSH ) ) + if ( SW_CONFIG_ENABLE_VALUE == getSoftwareConfigStatus( SW_CONFIG_DISABLE_PRIMING ) ) { volume = PRE_TREATMENT_FULL_RESERVOIR_VOLUME_ML; } @@ -1300,7 +1300,7 @@ else { #ifndef _RELEASE_ - if ( SW_CONFIG_ENABLE_VALUE == getSoftwareConfigStatus( SW_CONFIG_DISABLE_FILL_AND_FLUSH ) ) + if ( SW_CONFIG_ENABLE_VALUE == getSoftwareConfigStatus( SW_CONFIG_DISABLE_PRIMING ) ) { volume = PRE_TREATMENT_FULL_RESERVOIR_VOLUME_ML; } @@ -1315,7 +1315,7 @@ else { #ifndef _RELEASE_ - if ( SW_CONFIG_ENABLE_VALUE == getSoftwareConfigStatus( SW_CONFIG_DISABLE_FILL_AND_FLUSH ) ) + if ( SW_CONFIG_ENABLE_VALUE == getSoftwareConfigStatus( SW_CONFIG_DISABLE_PRIMING ) ) { volume = PRE_TREATMENT_FULL_RESERVOIR_VOLUME_ML; }