Update i2c_api.c

pull/1473/head
jamofer 2015-12-13 23:29:50 +01:00
parent 929cf7ffe4
commit e7d879aaf6
1 changed files with 1 additions and 1 deletions

View File

@ -355,7 +355,7 @@ int i2c_slave_read(i2c_t *obj, char *data, int length) {
i2c_clear_SI(obj);
i2c_wait_SI(obj);
// Obtain new status. (See Image-2)
// Obtain new status.
status = i2c_status(obj);
if(status != 0xA0) {