Skip to content

Commit e8c0a74

Browse files
committed
[wch][risc-v][drv] fix a typo in drv_common.c
1 parent 1104b80 commit e8c0a74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bsp/wch/risc-v/Libraries/ch32_drivers/drv_common.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ void rt_hw_us_delay(rt_uint32_t us)
2525
total_delay_ticks = us * us_ticks;
2626
if (total_delay_ticks >= reload)
2727
{
28-
LOW_E("rt_hw_us_delay: the us parameter exceeds the maximum limit!");
28+
LOG_E("rt_hw_us_delay: the us parameter exceeds the maximum limit!");
2929
}
3030

3131
do {

0 commit comments

Comments
 (0)