Merge branch 'fix_doxygen_MBedCRC' of ssh://github.com/maciejbocianski/mbed-os into rollup

pull/8552/head
Cruz Monrreal II 2018-10-25 21:49:45 -05:00
commit ec9404a32e
1 changed files with 1 additions and 0 deletions

View File

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