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.
2 parents b1c1857 + 1df601d commit 1b8370dCopy full SHA for 1b8370d
features/nanostack/sal-stack-nanostack/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