From dc9f76983513d7675183bbaa6a47e6e1a8980365 Mon Sep 17 00:00:00 2001 From: Yonezawa-T2 <Yonezawa-T2@mail.dnp.co.jp> Date: Tue, 29 Mar 2016 17:37:50 +0900 Subject: [PATCH] NEEDS SQUASHING i2c: revert partially --- cpu/cc2538/periph/i2c.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/cpu/cc2538/periph/i2c.c b/cpu/cc2538/periph/i2c.c index 3ff6d02bf0..b56a1c4bc1 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); } -- GitLab