Index: firmware/App/Services/SystemComm.c =================================================================== diff -u -r2e21405574597474db0ebae86cdd7fa2d517f71c -re6c4c61c793a91f9ed9dfe969e01bdeee565347d --- firmware/App/Services/SystemComm.c (.../SystemComm.c) (revision 2e21405574597474db0ebae86cdd7fa2d517f71c) +++ firmware/App/Services/SystemComm.c (.../SystemComm.c) (revision e6c4c61c793a91f9ed9dfe969e01bdeee565347d) @@ -912,9 +912,11 @@ break; } +#ifndef _VECTORCAST_ // handle any test messages if tester has logged in successfully // NOTE: END_OF_MSG_IDS = 65536 which is out of the range of a U16 so it is subtracted by 1. This is unreachable in development testing if ( ( msgID > MSG_ID_FIRST_DG_TESTER_MESSAGE ) && ( msgID <= END_OF_MSG_IDS - 1 ) && ( TRUE == isTestingActivated() ) ) +#endif { switch ( msgID ) {