From be8ea3c0940aabb55281863743c7e7d31424c573 Mon Sep 17 00:00:00 2001 From: tmk Date: Tue, 9 Apr 2013 14:34:52 +0900 Subject: [PATCH] Remove debug line from adb.c --- protocol/adb.c | 1 - 1 file changed, 1 deletion(-) diff --git a/protocol/adb.c b/protocol/adb.c index 2f3f667b7..2baad3234 100644 --- a/protocol/adb.c +++ b/protocol/adb.c @@ -63,7 +63,6 @@ static inline uint8_t wait_data_hi(uint8_t us); void adb_host_init(void) { -DDRF |= (1<<1); data_hi(); #ifdef ADB_PSW_BIT psw_hi();