Skip to content

Commit df818ee

Browse files
committed
make copilt happy
1 parent a19181c commit df818ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -435,8 +435,8 @@ static rt_ssize_t gd32_i2c_master_xfer(struct rt_i2c_bus_device *bus, struct rt_
435435
{
436436
rt_hw_us_delay(1);
437437
}
438-
}
439-
else
438+
}
439+
else
440440
{
441441
LOG_D("[%s] Last message has NO_STOP flag, leaving bus active.", cfg->device_name);
442442
}

0 commit comments

Comments
 (0)