summaryrefslogtreecommitdiff
path: root/avr/i2c.c
diff options
context:
space:
mode:
authorLeo C2014-10-26 12:43:57 +0100
committerLeo C2014-10-26 12:43:57 +0100
commit8a7deceacd30529e5c32082b2c719eb055841d0d (patch)
tree19b22d5a0363847ad5e29dd2d8c726191b1b5c82 /avr/i2c.c
parent889202c46ced1be4fc0db3faf63564722eba2865 (diff)
downloadz180-stamp-8a7deceacd30529e5c32082b2c719eb055841d0d.zip
working connect command, new sleep command
Diffstat (limited to 'avr/i2c.c')
-rw-r--r--avr/i2c.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/avr/i2c.c b/avr/i2c.c
index e0e5a19..d181ff6 100644
--- a/avr/i2c.c
+++ b/avr/i2c.c
@@ -5,7 +5,6 @@
#include "common.h"
#include <avr/interrupt.h>
-#include <util/delay.h>
#include <string.h>
#include "config.h"