Index: firmware/App/Services/SystemComm.c =================================================================== diff -u -rae1001d0076a70ae7a122fb827c6063c143bfc6a -r958b77084f04adb4e6d0542c84d014c36fd1b760 --- firmware/App/Services/SystemComm.c (.../SystemComm.c) (revision ae1001d0076a70ae7a122fb827c6063c143bfc6a) +++ firmware/App/Services/SystemComm.c (.../SystemComm.c) (revision 958b77084f04adb4e6d0542c84d014c36fd1b760) @@ -7,8 +7,8 @@ * * @file SystemComm.c * -* @author (last) Darren Cox -* @date (last) 10-Mar-2022 +* @author (last) Dara Navaei +* @date (last) 26-May-2022 * * @author (original) Dara Navaei * @date (original) 05-Nov-2019 @@ -1150,12 +1150,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 @@ -1657,12 +1655,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 } } }