summaryrefslogtreecommitdiff
path: root/avr/i2c.c
diff options
context:
space:
mode:
authorLeo C.2024-06-28 22:35:29 +0200
committerLeo C.2024-06-28 22:35:29 +0200
commit6dbf5891f52b1e06f8448e2b0526214bc882c6ec (patch)
tree4513ba08fd84a63d7e630a8bbc98a6424d123fb8 /avr/i2c.c
parentd655d20a5d465471244a607fc7e18eef8623eab9 (diff)
downloadz180-stamp-6dbf5891f52b1e06f8448e2b0526214bc882c6ec.zip
clean up includes
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 ae2f8da..a0a12c8 100644
--- a/avr/i2c.c
+++ b/avr/i2c.c
@@ -10,7 +10,6 @@
#include "common.h"
#include <avr/interrupt.h>
-#include <string.h>
#include "config.h"
#include "timer.h"