Archivováno
1
0

Remove debug line from adb.c

Tento commit je obsažen v:
tmk 2013-04-09 14:34:52 +09:00
rodič 3fa50565af
revize be8ea3c094

Zobrazit soubor

@ -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();