Browse Source

Remove debug line from adb.c

tmk 12 năm trước cách đây
mục cha
commit
be8ea3c094
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      protocol/adb.c

+ 0 - 1
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();