Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
Revert USB CDC changes from b2a7bb0 --nobuild
Browse files Browse the repository at this point in the history
They seem to cause issues with qFlipper tgz update
Write operation will randomly hang and cause timeout
  • Loading branch information
Willy-JL committed Feb 13, 2024
1 parent 503168d commit 3818624
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions targets/f7/furi_hal/furi_hal_usb_cdc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 3818624

Please sign in to comment.