~ruther/qmk_firmware

be8ea3c0940aabb55281863743c7e7d31424c573 — tmk 12 years ago 3fa5056
Remove debug line from adb.c
1 files changed, 0 insertions(+), 1 deletions(-)

M protocol/adb.c
M protocol/adb.c => protocol/adb.c +0 -1
@@ 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();