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/adb.c | |
| parent | 3fa50565af7ad72e895183c5caeb51591c69a45e (diff) | |
| download | qmk_firmware-be8ea3c0940aabb55281863743c7e7d31424c573.tar.gz qmk_firmware-be8ea3c0940aabb55281863743c7e7d31424c573.zip | |
Remove debug line from adb.c
Diffstat (limited to 'protocol/adb.c')
| -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 2f3f667b7..2baad3234 100644 --- a/protocol/adb.c +++ b/protocol/adb.c | |||
| @@ -63,7 +63,6 @@ static inline uint8_t wait_data_hi(uint8_t us); | |||
| 63 | 63 | ||
| 64 | void adb_host_init(void) | 64 | void adb_host_init(void) |
| 65 | { | 65 | { |
| 66 | DDRF |= (1<<1); | ||
| 67 | data_hi(); | 66 | data_hi(); |
| 68 | #ifdef ADB_PSW_BIT | 67 | #ifdef ADB_PSW_BIT |
| 69 | psw_hi(); | 68 | psw_hi(); |
