We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bd0558 commit c906c43Copy full SHA for c906c43
source/Service_Libs/utils/ns_crc.h
@@ -31,7 +31,7 @@ uint16_t crc16_ccitt(uint8_t *message, int nBytes);
31
32
/**
33
* @param data data which crc will be calculate
34
- * @param data_length Lenght of data pointer
+ * @param data_length Length of data pointer
35
* @param polynomial Polynomial which will be used to calculate CRC, POLYNOMIAL_CRC15_CCIT, POLYNOMIAL_CRC15_ANSI
36
* @return Calculated 16bit CRC value
37
*/
0 commit comments