Index: Utilities.c =================================================================== diff -u -r0dedac00a8d4dd90f373846fb184636407a32602 -r59871c9964559b5137781af9c2eeed6bab18ef73 --- Utilities.c (.../Utilities.c) (revision 0dedac00a8d4dd90f373846fb184636407a32602) +++ Utilities.c (.../Utilities.c) (revision 59871c9964559b5137781af9c2eeed6bab18ef73) @@ -1,14 +1,14 @@ /************************************************************************** * -* Copyright (c) 2020-2023 Diality Inc. - All Rights Reserved. +* Copyright (c) 2020-2024 Diality Inc. - All Rights Reserved. * * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN * WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * * @file Utilities.c * -* @author (last) Bill Bracken -* @date (last) 16-Mar-2023 +* @author (last) Sean Nash +* @date (last) 07-Oct-2023 * * @author (original) Sean * @date (original) 17-Feb-2020 @@ -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 )