Revert "revert usb cdc config changes to verify issue 3452"

This reverts commit eb013ab6ec.
This commit is contained in:
MX 2024-06-12 12:31:24 +03:00
parent ceaf2d4153
commit 798be4589a
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 0x01
#define CDC0_RXD_EP 0x02
#define CDC0_TXD_EP 0x82
#define CDC0_NTF_EP 0x83
#define CDC0_NTF_EP 0x81
#define CDC1_RXD_EP 0x04
#define CDC1_TXD_EP 0x85
#define CDC1_NTF_EP 0x86
#define CDC1_TXD_EP 0x84
#define CDC1_NTF_EP 0x83
#define CDC_NTF_SZ 0x08