소스 검색

Opps, don't try to use null pipe in hid parser

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

+ 1
- 1
hid.cpp 파일 보기

@@ -132,7 +132,7 @@ bool USBHIDParser::claim(Device_t *dev, int type, const uint8_t *descriptors, ui
} else {
return false;
}
out_pipe->callback_function = out_callback;
//out_pipe->callback_function = out_callback;
}
in_pipe->callback_function = in_callback;
for (uint32_t i=0; i < TOPUSAGE_LIST_LEN; i++) {

Loading…
취소
저장