Uncommented i2c_wait_SI(obj), as it should not have been commented out.

pull/17/head
Matthew Else 2013-08-01 16:04:18 +01:00
parent dc68b76d0f
commit df5c36a9ae
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ static inline int i2c_do_read(i2c_t *obj, int last) {
i2c_clear_SI(obj);
// wait for it to arrive
//i2c_wait_SI(obj);
i2c_wait_SI(obj);
// return the data
return (I2C_DAT(obj) & 0xFF);