Skip to content

Commit c906c43

Browse files
DavidLin1577Arto Kinnunen
authored andcommitted
Fixed typo: 'lenght' in ns_crc.h
Note that the word 'lenght' is wrong, so that 'lenght' should been replaced with 'length'.
1 parent 2bd0558 commit c906c43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/Service_Libs/utils/ns_crc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ uint16_t crc16_ccitt(uint8_t *message, int nBytes);
3131

3232
/**
3333
* @param data data which crc will be calculate
34-
* @param data_length Lenght of data pointer
34+
* @param data_length Length of data pointer
3535
* @param polynomial Polynomial which will be used to calculate CRC, POLYNOMIAL_CRC15_CCIT, POLYNOMIAL_CRC15_ANSI
3636
* @return Calculated 16bit CRC value
3737
*/

0 commit comments

Comments
 (0)