Skip to content

Commit e7d879a

Browse files
committed
Update i2c_api.c
1 parent 929cf7f commit e7d879a

File tree

1 file changed

+1
-1
lines changed
  • libraries/mbed/targets/hal/TARGET_NXP/TARGET_LPC176X

1 file changed

+1
-1
lines changed

libraries/mbed/targets/hal/TARGET_NXP/TARGET_LPC176X/i2c_api.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ int i2c_slave_read(i2c_t *obj, char *data, int length) {
355355
i2c_clear_SI(obj);
356356
i2c_wait_SI(obj);
357357

358-
// Obtain new status. (See Image-2)
358+
// Obtain new status.
359359
status = i2c_status(obj);
360360

361361
if(status != 0xA0) {

0 commit comments

Comments
 (0)