Revert USB CDC changes from b2a7bb0696 --nobuild

They seem to cause issues with qFlipper tgz update
Write operation will randomly hang and cause timeout
This commit is contained in:
Willy-JL
2024-02-13 23:04:23 +00:00
parent 503168de80
commit 3818624f4d

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