소스 검색

Document case in USB CDC code, fixes #467

main
PaulStoffregen 4 년 전
부모
커밋
3e23a7d14a
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. +1
    -0
      teensy4/usb.c

+ 1
- 0
teensy4/usb.c 파일 보기

@@ -555,6 +555,7 @@ static void endpoint0_setup(uint64_t setupdata)
usb_cdc3_line_rtsdtr = setup.wValue;
}
#endif
// fall through to next case, to always send ZLP ACK
case 0x2321: // CDC_SEND_BREAK
endpoint0_receive(NULL, 0, 0);
return;

Loading…
취소
저장