fix comment

fix comment on return value of `rt_hwcrypto_crc_update`
This commit is contained in:
Judd 2022-04-12 20:22:15 +08:00 committed by guo
parent fdb486de7b
commit 80f20f668b
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ void rt_hwcrypto_crc_destroy(struct rt_hwcrypto_ctx *ctx)
* @param input Data buffer to be Processed * @param input Data buffer to be Processed
* @param length Data Buffer length * @param length Data Buffer length
* *
* @return RT_EOK on success. * @return CRC value
*/ */
rt_uint32_t rt_hwcrypto_crc_update(struct rt_hwcrypto_ctx *ctx, rt_uint32_t rt_hwcrypto_crc_update(struct rt_hwcrypto_ctx *ctx,
const rt_uint8_t *input, const rt_uint8_t *input,