mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-10 22:19:29 +00:00
Remove debug line from adb.c
This commit is contained in:
parent
3fa50565af
commit
be8ea3c094
1 changed files with 0 additions and 1 deletions
|
@ -63,7 +63,6 @@ static inline uint8_t wait_data_hi(uint8_t us);
|
||||||
|
|
||||||
void adb_host_init(void)
|
void adb_host_init(void)
|
||||||
{
|
{
|
||||||
DDRF |= (1<<1);
|
|
||||||
data_hi();
|
data_hi();
|
||||||
#ifdef ADB_PSW_BIT
|
#ifdef ADB_PSW_BIT
|
||||||
psw_hi();
|
psw_hi();
|
||||||
|
|
Loading…
Reference in a new issue