Index: firmware/App/Services/SystemComm.c =================================================================== diff -u -r8d28db49d2814645c048883053ad06a27bf294f6 -rdd723b9cef5d7fcb3f0c22914c9d0537e75f6659 --- firmware/App/Services/SystemComm.c (.../SystemComm.c) (revision 8d28db49d2814645c048883053ad06a27bf294f6) +++ firmware/App/Services/SystemComm.c (.../SystemComm.c) (revision dd723b9cef5d7fcb3f0c22914c9d0537e75f6659) @@ -1220,7 +1220,7 @@ } // Handle any test messages if tester has logged in successfully - if ( ( msgID > MSG_ID_FIRST_TESTER_MESSAGE ) && ( msgID <= END_OF_MSG_IDS ) && ( TRUE == isTestingActivated() ) ) + if ( ( msgID > MSG_ID_FIRST_TESTER_MESSAGE ) && ( TRUE == isTestingActivated() ) ) { switch ( msgID ) {