1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 06:23:53 +01:00

NEEDS SQUASHING i2c: revert partially

This commit is contained in:
Yonezawa-T2 2016-03-29 17:37:50 +09:00
parent 1ce140d910
commit dc9f769835

View File

@ -188,9 +188,7 @@ static uint_fast8_t i2c_ctrl_blocking(uint_fast8_t flags)
if (I2CM_STAT & BUSY) {
/* If the controller is still busy, it probably will be forever */
#ifdef MODULE_XTIMER
DEBUG("Master is still BUSY after %u usec. Resetting.\n", xtimer_timeout);
#endif
cc2538_i2c_init_master(speed_hz);
}