Skip to content

Commit 394df12

Browse files
MbedCRC doxygen fix
1 parent ba23fef commit 394df12

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/MbedCRC.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,7 @@ class MbedCRC {
258258
* This API is used to perform final computation to get correct CRC value.
259259
*
260260
* @param crc CRC result
261+
* @return 0 on success or a negative in case of failure
261262
*/
262263
int32_t compute_partial_stop(uint32_t *crc)
263264
{

0 commit comments

Comments
 (0)