summaryrefslogtreecommitdiff
path: root/src/driver/soft_i2c.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/driver/soft_i2c.cc')
-rw-r--r--src/driver/soft_i2c.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/driver/soft_i2c.cc b/src/driver/soft_i2c.cc
index 285caef..b03b9e1 100644
--- a/src/driver/soft_i2c.cc
+++ b/src/driver/soft_i2c.cc
@@ -7,9 +7,6 @@
#endif
#ifdef SOFTI2C_TIMER
-#ifdef TIMER_CYCLES
-#error "SOFTI2C_TIMER and TIMER_CYCLES are mutually exclusive"
-#endif
#include "driver/timer.h"
volatile unsigned char timer_done = 0;
#endif