Index: firmware/App/Modes/Prime.c =================================================================== diff -u -rc634d11307431c42a5219c7ca5000093ee3ee1f6 -r204c00c2a7d28b230e5929ed05f6c501f80fd8f6 --- firmware/App/Modes/Prime.c (.../Prime.c) (revision c634d11307431c42a5219c7ca5000093ee3ee1f6) +++ firmware/App/Modes/Prime.c (.../Prime.c) (revision 204c00c2a7d28b230e5929ed05f6c501f80fd8f6) @@ -477,7 +477,7 @@ primeStartTime = getMSTimerCount(); #ifndef _RELEASE_ - if ( SW_CONFIG_ENABLE_VALUE == getSoftwareConfigStatus( SW_CONFIG_DISABLE_UI_INTERACTION ) || SW_CONFIG_ENABLE_VALUE == getSoftwareConfigStatus( SW_CONFIG_DISABLE_PRIMING ) ) + if ( SW_CONFIG_ENABLE_VALUE == getSoftwareConfigStatus( SW_CONFIG_DISABLE_UI_INTERACTION ) ) { primeStartRequested = TRUE; }