summaryrefslogtreecommitdiff
path: root/firmware/test/i2c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/test/i2c')
-rw-r--r--firmware/test/i2c/main.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/firmware/test/i2c/main.c b/firmware/test/i2c/main.c
index 588236aff1..4647394c0e 100644
--- a/firmware/test/i2c/main.c
+++ b/firmware/test/i2c/main.c
@@ -21,14 +21,6 @@
21#include "sh7034.h" 21#include "sh7034.h"
22#include "debug.h" 22#include "debug.h"
23 23
24int strlen(unsigned char* str)
25{
26 int i=0;
27 while (*str++)
28 i++;
29 return i;
30}
31
32int main(void) 24int main(void)
33{ 25{
34 char buf[40]; 26 char buf[40];