summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 588236a..4647394 100644
--- a/firmware/test/i2c/main.c
+++ b/firmware/test/i2c/main.c
@@ -21,14 +21,6 @@
#include "sh7034.h"
#include "debug.h"
-int strlen(unsigned char* str)
-{
- int i=0;
- while (*str++)
- i++;
- return i;
-}
-
int main(void)
{
char buf[40];