mirror of https://github.com/ARMmbed/mbed-os.git
[NUCLEO_F103RB] Allow ACK polling with I2C (again)
Go back to the last modification made by Bogdan.pull/129/head
parent
b42dacb13d
commit
f8ecc9be46
|
|
@ -170,8 +170,6 @@ int i2c_write(i2c_t *obj, int address, const char *data, int length, int stop) {
|
|||
int timeout;
|
||||
int count;
|
||||
|
||||
if (length == 0) return 0;
|
||||
|
||||
/*
|
||||
// Wait until the bus is not busy anymore
|
||||
timeout = LONG_TIMEOUT;
|
||||
|
|
|
|||
Loading…
Reference in New Issue