Browse Source

Document case in USB CDC code, fixes #467

main
PaulStoffregen 4 years ago
parent
commit
3e23a7d14a
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      teensy4/usb.c

+ 1
- 0
teensy4/usb.c View File

@@ -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…
Cancel
Save