MbedCRC doxygen fix

pull/8521/head
Maciej Bocianski 2018-10-24 08:46:53 +02:00
parent ba23fef90b
commit 394df128fb
1 changed files with 1 additions and 0 deletions

View File

@ -258,6 +258,7 @@ public:
* This API is used to perform final computation to get correct CRC value.
*
* @param crc CRC result
* @return 0 on success or a negative in case of failure
*/
int32_t compute_partial_stop(uint32_t *crc)
{