提交 e8c0a740 编写于 作者: mysterywolf's avatar mysterywolf 提交者: mysterywolf

[wch][risc-v][drv] fix a typo in drv_common.c

上级 1104b80a
......@@ -25,7 +25,7 @@ void rt_hw_us_delay(rt_uint32_t us)
total_delay_ticks = us * us_ticks;
if (total_delay_ticks >= reload)
{
LOW_E("rt_hw_us_delay: the us parameter exceeds the maximum limit!");
LOG_E("rt_hw_us_delay: the us parameter exceeds the maximum limit!");
}
do {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册