aboutsummaryrefslogtreecommitdiff
path: root/i2c.c
diff options
context:
space:
mode:
Diffstat (limited to 'i2c.c')
-rw-r--r--i2c.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/i2c.c b/i2c.c
index 26da2d8..bbee35b 100644
--- a/i2c.c
+++ b/i2c.c
@@ -39,7 +39,6 @@ static void twWaitRaw () {
static bool twWriteRaw (const uint8_t data) {
TWDR = data;
if (TWCR & (1 << TWWC)) {
- puts ("write collision");
return false;
} else {
return true;