[NUCLEO_F103RB] Allow ACK polling with I2C (again)

Go back to the last modification made by Bogdan.
pull/129/head
bcostm 2013-12-16 10:13:31 +01:00
parent b42dacb13d
commit f8ecc9be46
1 changed files with 0 additions and 2 deletions

View File

@ -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;