i2c(8): Change default mode to "transfer", which should work everywhere¹
¹ According to @ian
This commit is contained in:
parent
f4583ebabc
commit
e32b2bcff0
@ -550,7 +550,7 @@ main(int argc, char** argv)
|
||||
i2c_opt.count = 1;
|
||||
i2c_opt.binary = 0; /* ASCII text output */
|
||||
i2c_opt.skip = NULL; /* scan all addresses */
|
||||
i2c_opt.mode = I2C_MODE_NOTSET;
|
||||
i2c_opt.mode = I2C_MODE_TRANSFER;
|
||||
|
||||
/* Find out what we are going to do */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user