summaryrefslogtreecommitdiff
path: root/chip/lm4/i2c.c
diff options
context:
space:
mode:
Diffstat (limited to 'chip/lm4/i2c.c')
-rw-r--r--chip/lm4/i2c.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/chip/lm4/i2c.c b/chip/lm4/i2c.c
index 72d02d2043..9f3db7426f 100644
--- a/chip/lm4/i2c.c
+++ b/chip/lm4/i2c.c
@@ -48,9 +48,6 @@
*/
#define I2C_IDLE_US 500
-/* Default maximum time we allow for an I2C transfer */
-#define I2C_TIMEOUT_DEFAULT_US (100 * MSEC)
-
/* IRQ for each port */
static const uint32_t i2c_irqs[] = {LM4_IRQ_I2C0, LM4_IRQ_I2C1, LM4_IRQ_I2C2,
LM4_IRQ_I2C3, LM4_IRQ_I2C4, LM4_IRQ_I2C5};