Index: Utilities.h =================================================================== diff -u -r37e193deafd55a34125d398054407222eaf036c7 -r908d37f4c89618af439c89e6b4ebd0ea37a2f02b --- Utilities.h (.../Utilities.h) (revision 37e193deafd55a34125d398054407222eaf036c7) +++ Utilities.h (.../Utilities.h) (revision 908d37f4c89618af439c89e6b4ebd0ea37a2f02b) @@ -36,7 +36,6 @@ { TIME_WINDOWED_COUNT_BAD_MSG_CRC = 0, ///< Bad message CRC TIME_WINDOWED_COUNT_CAN_WARNING, ///< CAN warning - TIME_WINDOWED_COUNT_CAN_PASSIVE, ///< CAN passive mode TIME_WINDOWED_COUNT_CAN_OFF, ///< CAN off TIME_WINDOWED_COUNT_CAN_PARITY, ///< CAN parity error TIME_WINDOWED_COUNT_FPGA_UART_FRAME_ERROR, ///< FPGA UART frame error @@ -81,7 +80,8 @@ } CRITICAL_DATA_T; // ********** public function prototypes ********** - + +U32 crc32( U32 const initialValue, const U08 *address, U32 len ); U16 crc16( const U08 *address, U32 len ); U08 crc8( const U08 *address, U32 len ); U32 u32DiffWithWrap( U32 start, U32 end );