Index: firmware/App/Modes/Prime.c =================================================================== diff -u -r40f46e196349e3dd730048a354df8bbb2e40407d -rf013ac5e5de456c4fa4367884cda6515f2a51642 --- firmware/App/Modes/Prime.c (.../Prime.c) (revision 40f46e196349e3dd730048a354df8bbb2e40407d) +++ firmware/App/Modes/Prime.c (.../Prime.c) (revision f013ac5e5de456c4fa4367884cda6515f2a51642) @@ -424,7 +424,7 @@ primeStartTime = getMSTimerCount(); #ifdef SKIP_UI_INTERACTION - if ( getSoftwareConfigStatus( SW_CONFIG_DISABLE_UI_INTERACTION ) != SW_CONFIG_ENABLE_VALUE ) + if ( SW_CONFIG_ENABLE_VALUE == getSoftwareConfigStatus( SW_CONFIG_DISABLE_UI_INTERACTION ) ) { primeStartRequested = TRUE; }