Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
visus
/
teensy-core-4.1
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
Document case in USB CDC code,
fixes
#467
teensy4-core
PaulStoffregen
4 anni fa
parent
bdc2c83fc3
commit
3e23a7d14a
1 ha cambiato i file
con
1 aggiunte
e
0 eliminazioni
Visualizzazione separata
Mostra Diff Stats
+1
-0
teensy4/usb.c
+ 1
- 0
teensy4/usb.c
Vedi 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…
Annulla
Salva