Index: Integrity.c =================================================================== diff -u -rbcb6b7297efb130b42857319e5343cd317220ff8 -re878d8487b148c6acd14e8acc42a211552ae35e3 --- Integrity.c (.../Integrity.c) (revision bcb6b7297efb130b42857319e5343cd317220ff8) +++ Integrity.c (.../Integrity.c) (revision e878d8487b148c6acd14e8acc42a211552ae35e3) @@ -16,6 +16,7 @@ ***************************************************************************/ #ifndef _VECTORCAST_ +// This header file is disabled in VectorCAST because this is a TI library and VectorCAST uses GNU 7.4 compiler for testing #include #endif @@ -46,6 +47,8 @@ #define WADDR_PAR_FAIL 0x00000200 ///< Bit 9 - Write Address Parity Failure in TCRAM Module Error Status Register #ifdef _VECTORCAST_ +// Since VectorCAST does not have access to #include , the structures are defined here so VectoCAST can compile and +// instrument the code for Dev testing /*********************************************************/ /* CRC Record Data Structure */ /* NOTE: The list of fields and the size of each field */