diff options
author | tmk <nobody@nowhere> | 2013-04-09 14:34:52 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2013-04-09 14:34:52 +0900 |
commit | be8ea3c0940aabb55281863743c7e7d31424c573 (patch) | |
tree | 966d5d2a9584375f4c884776225ef1fb00a465ec /protocol | |
parent | 3fa50565af7ad72e895183c5caeb51591c69a45e (diff) |
Remove debug line from adb.c
Diffstat (limited to 'protocol')
-rw-r--r-- | protocol/adb.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/protocol/adb.c b/protocol/adb.c index 2f3f667b79..2baad32340 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(); |