X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=protocol%2Fadb.c;h=2baad32340e621f53760f7d5b9ff0a6a0c994e87;hb=febdf10602fa4057e0ac3b60096e053ac1aad9be;hp=2f3f667b79e78c5d536adbf0bd77f14431f9b5a1;hpb=3fa50565af7ad72e895183c5caeb51591c69a45e;p=tmk_firmware.git diff --git a/protocol/adb.c b/protocol/adb.c index 2f3f667..2baad32 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();