Index: Integrity.c =================================================================== diff -u -raf3a8fc95a8688b75a6f50e0081e4795024eeff5 -rd96104d63ac9b3f97299264cdd614db8a8b1e8e2 --- Integrity.c (.../Integrity.c) (revision af3a8fc95a8688b75a6f50e0081e4795024eeff5) +++ Integrity.c (.../Integrity.c) (revision d96104d63ac9b3f97299264cdd614db8a8b1e8e2) @@ -38,6 +38,7 @@ // ********** private definitions ********** #ifndef _VECTORCAST_ +// This address is redefined in VectorCAST again #define CRC_TABLE_STARTING_ADDR 0x20 ///< The starting address of CRC table for firmware image. #endif #define MAX_CRC_CALC_DATA_SIZE 0x8000 ///< The maximum size of data for each CRC calculation.