Skip to content

Commit a19181c

Browse files
committed
make copilt happy
1 parent 630e54e commit a19181c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bsp/gd32/arm/libraries/gd32_drivers/drv_hw_i2c.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,8 @@ static rt_ssize_t gd32_i2c_master_xfer(struct rt_i2c_bus_device *bus, struct rt_
436436
rt_hw_us_delay(1);
437437
}
438438
}
439-
else {
439+
else
440+
{
440441
LOG_D("[%s] Last message has NO_STOP flag, leaving bus active.", cfg->device_name);
441442
}
442443
}

0 commit comments

Comments
 (0)