PaulStoffregen 7 년 전
부모
커밋
a44e342703
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      hub.cpp

+ 1
- 1
hub.cpp 파일 보기

@@ -202,7 +202,7 @@ void USBHub::send_setreset(uint32_t port)

static uint32_t lowestbit(uint32_t bitmask)
{
return 31 - __builtin_clz(bitmask);
return __builtin_ctz(bitmask);
}

void USBHub::control(const Transfer_t *transfer)

Loading…
취소
저장