Index: firmware/App/Modes/ModePreTreat.c =================================================================== diff -u -rda7e8c1b71db9273f83e9d0ba7d20e74e758a8ad -rc634d11307431c42a5219c7ca5000093ee3ee1f6 --- firmware/App/Modes/ModePreTreat.c (.../ModePreTreat.c) (revision da7e8c1b71db9273f83e9d0ba7d20e74e758a8ad) +++ firmware/App/Modes/ModePreTreat.c (.../ModePreTreat.c) (revision c634d11307431c42a5219c7ca5000093ee3ee1f6) @@ -1171,7 +1171,7 @@ if ( FALSE == reservoirFlushedStatus[ DG_RESERVOIR_1 ] ) { -#ifndef _RELEASE_ +#ifndef 0 //_RELEASE_ if ( SW_CONFIG_ENABLE_VALUE == getSoftwareConfigStatus( SW_CONFIG_DISABLE_PRIMING ) ) { reservoirFilledStatus[ DG_RESERVOIR_1 ] = TRUE; @@ -1206,7 +1206,7 @@ * @brief * The handlePreTreatmentReservoirMgmtRequestReservoirSwitchState function waits * until prime operation switches the active reservoir before filling up next reservoir. - * @details Inputs: DG intactive reservoir + * @details Inputs: DG inactive reservoir * @details Outputs: start filling next reservoir * @return current state of pre-treatment reservoir management *************************************************************************/ Index: firmware/App/Modes/Prime.c =================================================================== diff -u -r0a4dcd288d4347b85baaa0b07da568b6add5eac7 -rc634d11307431c42a5219c7ca5000093ee3ee1f6 --- firmware/App/Modes/Prime.c (.../Prime.c) (revision 0a4dcd288d4347b85baaa0b07da568b6add5eac7) +++ firmware/App/Modes/Prime.c (.../Prime.c) (revision c634d11307431c42a5219c7ca5000093ee3ee1f6) @@ -477,7 +477,7 @@ primeStartTime = getMSTimerCount(); #ifndef _RELEASE_ - if ( SW_CONFIG_ENABLE_VALUE == getSoftwareConfigStatus( SW_CONFIG_DISABLE_UI_INTERACTION ) ) + if ( SW_CONFIG_ENABLE_VALUE == getSoftwareConfigStatus( SW_CONFIG_DISABLE_UI_INTERACTION ) || SW_CONFIG_ENABLE_VALUE == getSoftwareConfigStatus( SW_CONFIG_DISABLE_PRIMING ) ) { primeStartRequested = TRUE; }