mirror of https://github.com/ARMmbed/mbed-os.git
Fixed typo: 'lenght' in ns_crc.h
Note that the word 'lenght' is wrong, so that 'lenght' should been replaced with 'length'.pull/12444/head
parent
3d038e55ee
commit
1df601dea0
|
|
@ -31,7 +31,7 @@ uint16_t crc16_ccitt(uint8_t *message, int nBytes);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param data data which crc will be calculate
|
* @param data data which crc will be calculate
|
||||||
* @param data_length Lenght of data pointer
|
* @param data_length Length of data pointer
|
||||||
* @param polynomial Polynomial which will be used to calculate CRC, POLYNOMIAL_CRC15_CCIT, POLYNOMIAL_CRC15_ANSI
|
* @param polynomial Polynomial which will be used to calculate CRC, POLYNOMIAL_CRC15_CCIT, POLYNOMIAL_CRC15_ANSI
|
||||||
* @return Calculated 16bit CRC value
|
* @return Calculated 16bit CRC value
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue