Skip to content

Commit eb013ab

Browse files
committed
revert usb cdc config changes to verify issue 3452
1 parent d7711d7 commit eb013ab

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

targets/f7/furi_hal/furi_hal_usb_cdc.c

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
#include "usb.h"
88
#include "usb_cdc.h"
99

10-
#define CDC0_RXD_EP 0x02
10+
#define CDC0_RXD_EP 0x01
1111
#define CDC0_TXD_EP 0x82
12-
#define CDC0_NTF_EP 0x81
12+
#define CDC0_NTF_EP 0x83
1313

1414
#define CDC1_RXD_EP 0x04
15-
#define CDC1_TXD_EP 0x84
16-
#define CDC1_NTF_EP 0x83
15+
#define CDC1_TXD_EP 0x85
16+
#define CDC1_NTF_EP 0x86
1717

1818
#define CDC_NTF_SZ 0x08
1919

0 commit comments

Comments
 (0)