]> git.donarmstrong.com Git - tmk_firmware.git/commitdiff
Remove debug line from adb.c
authortmk <nobody@nowhere>
Tue, 9 Apr 2013 05:34:52 +0000 (14:34 +0900)
committertmk <nobody@nowhere>
Tue, 9 Apr 2013 05:34:52 +0000 (14:34 +0900)
protocol/adb.c

index 2f3f667b79e78c5d536adbf0bd77f14431f9b5a1..2baad32340e621f53760f7d5b9ff0a6a0c994e87 100644 (file)
@@ -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();