Skip to content

Commit 4773e8d

Browse files
yefeng0Copilot
andauthored
Update bsp/gd32/risc-v/libraries/gd32_drivers/drv_i2c.c
Co-authored-by: Copilot <[email protected]>
1 parent 542e984 commit 4773e8d

File tree

1 file changed

+1
-1
lines changed
  • bsp/gd32/risc-v/libraries/gd32_drivers

1 file changed

+1
-1
lines changed

bsp/gd32/risc-v/libraries/gd32_drivers/drv_i2c.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ static rt_err_t gd32_i2c_read(struct gd32_i2c_device *device, struct rt_i2c_msg
349349
/* default status */
350350
end_flag = 1;
351351
timeout = 0;
352-
LOG_E("i2c state unknow, end!\n");
352+
LOG_E("i2c state unknown, end!\n");
353353
}
354354
}
355355

0 commit comments

Comments
 (0)