revert usb cdc config changes to verify issue 3452

This commit is contained in:
MX 2024-03-15 04:08:52 +03:00
parent d7711d729f
commit eb013ab6ec
No known key found for this signature in database
GPG Key ID: 7CCC66B7DBDD1C83

View File

@ -7,13 +7,13 @@
#include "usb.h"
#include "usb_cdc.h"
#define CDC0_RXD_EP 0x02
#define CDC0_RXD_EP 0x01
#define CDC0_TXD_EP 0x82
#define CDC0_NTF_EP 0x81
#define CDC0_NTF_EP 0x83
#define CDC1_RXD_EP 0x04
#define CDC1_TXD_EP 0x84
#define CDC1_NTF_EP 0x83
#define CDC1_TXD_EP 0x85
#define CDC1_NTF_EP 0x86
#define CDC_NTF_SZ 0x08