Index: firmware/App/Services/Utilities.h =================================================================== diff -u -r0c085209bea23f66011059a7c19796c1e4b246fa -r24b4c7f4560296765373099ee83597baddc2cf94 --- firmware/App/Services/Utilities.h (.../Utilities.h) (revision 0c085209bea23f66011059a7c19796c1e4b246fa) +++ firmware/App/Services/Utilities.h (.../Utilities.h) (revision 24b4c7f4560296765373099ee83597baddc2cf94) @@ -14,11 +14,9 @@ // ********** public definitions ********** -#define MAX_CRC_CALC_DATA_SIZE 0x8000 ///< The maximum size of data for each CRC calculation. - // ********** public function prototypes ********** -BOOL runFWIntegrityTest( void ); +BOOL runFWIntegrityTest( U32 crcTableAddress ); U32 crc32( U32 initialValue, U08 *address, U32 len );