Index: TestSupport.c =================================================================== diff -u -ra63f636c18858c8444d3e4908bb19755b4f2be27 -r6734e9d64e231d58fbb359435399868f939cc84e --- TestSupport.c (.../TestSupport.c) (revision a63f636c18858c8444d3e4908bb19755b4f2be27) +++ TestSupport.c (.../TestSupport.c) (revision 6734e9d64e231d58fbb359435399868f939cc84e) @@ -265,10 +265,10 @@ // Create a message record blankMessage( &msg ); #ifdef _DD_ - msg.hdr.msgID = MSG_ID_DG_SEND_TEST_CONFIGURATION; +// msg.hdr.msgID = MSG_ID_DD_SEND_TEST_CONFIGURATION; #endif #ifdef _TD_ - msg.hdr.msgID = MSG_ID_HD_SEND_TEST_CONFIGURATION; +// msg.hdr.msgID = MSG_ID_TD_SEND_TEST_CONFIGURATION; #endif msg.hdr.payloadLen = sizeof( testConfig );