Index: Utilities.c =================================================================== diff -u -r706c4138c9aaf1d3fa85e0fd0e56f01fa1c7ffbf -r1ecae0174891769f0d014606d8883bf4744cb1cb --- Utilities.c (.../Utilities.c) (revision 706c4138c9aaf1d3fa85e0fd0e56f01fa1c7ffbf) +++ Utilities.c (.../Utilities.c) (revision 1ecae0174891769f0d014606d8883bf4744cb1cb) @@ -224,8 +224,8 @@ * in memory. * @details Inputs: none * @details Outputs: none - * @param address pointer to start address of memory range to calculate CRC for - * @param len number of bytes in the memory range to calculate CRC for + * @param buffer pointer to start address of memory range to calculate CRC for + * @param byteCount number of bytes in the memory range to calculate CRC for * @return CRC as a U08 *************************************************************************/ U08 crc4( U16* buffer, U32 byteCount )