mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-24 03:29:57 -07:00
Revert "Revert USB CDC changes from b2a7bb0696 --nobuild"
This reverts commit 3818624f4d.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user