Parcourir la source

Remove debug line from adb.c

led_matrix
tmk il y a 11 ans
Parent
révision
be8ea3c094
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. 0
    1
      protocol/adb.c

+ 0
- 1
protocol/adb.c Voir le fichier

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