提交 80f20f66 编写于 作者: J Judd 提交者: guo

fix comment

fix comment on return value of `rt_hwcrypto_crc_update`
上级 fdb486de
...@@ -87,7 +87,7 @@ void rt_hwcrypto_crc_destroy(struct rt_hwcrypto_ctx *ctx) ...@@ -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,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册