mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2024-11-26 10:26:09 +03:00
Revert "revert usb cdc config changes to verify issue 3452"
This reverts commit eb013ab6ec
.
This commit is contained in:
parent
ceaf2d4153
commit
798be4589a
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user