diff --git a/cpu/cc2538/periph/i2c.c b/cpu/cc2538/periph/i2c.c index 3ff6d02bf0fb887adffb9958b7f5a9e325fcd4b9..b56a1c4bc18ba9735def451121f5c8686298e9b1 100644 --- a/cpu/cc2538/periph/i2c.c +++ b/cpu/cc2538/periph/i2c.c @@ -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); }