Index: firmware/App/Services/SystemComm.c =================================================================== diff -u -r491bddb51ce331490567666795549c17f78a0e68 -r585e01a1d143a900ec37e1204a0a048ab6f86f53 --- firmware/App/Services/SystemComm.c (.../SystemComm.c) (revision 491bddb51ce331490567666795549c17f78a0e68) +++ firmware/App/Services/SystemComm.c (.../SystemComm.c) (revision 585e01a1d143a900ec37e1204a0a048ab6f86f53) @@ -1149,12 +1149,10 @@ handleTesterLogInRequest( message ); break; -#ifndef _VECTORCAST_ // The default cannot be reached in VectorCAST since the cases are run in a for loop default: // Un-recognized or un-handled message ID received - ignore break; -#endif } // Handle any test messages if tester has logged in successfully @@ -1652,12 +1650,10 @@ handleSetBloodLeakEmbeddedModeCommand( message ); break; -#ifndef _VECTORCAST_ // The default cannot be reached in VectorCAST since the cases are run in a for loop default: // Unrecognized message ID received - ignore break; -#endif } } }