소스 검색

Remove debug line from adb.c

led_matrix
tmk 11 년 전
부모
커밋
be8ea3c094
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0
    1
      protocol/adb.c

+ 0
- 1
protocol/adb.c 파일 보기

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