This website works better with JavaScript.
Home
Explore
Help
Sign In
visus
/
teensy-cores
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Document case in USB CDC code,
fixes
#467
main
PaulStoffregen
4 years ago
parent
bdc2c83fc3
commit
3e23a7d14a
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
+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;
Write
Preview
Loading…
Cancel
Save