Fix vendord usb tx buffer size.

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos 2024-08-26 22:40:44 +02:00
parent e871c52f18
commit 23dcc91add
No known key found for this signature in database
GPG key ID: C0095B7870A4CCD3

View file

@ -99,7 +99,7 @@ extern "C" {
#endif
#define CFG_TUD_VENDOR_RX_BUFSIZE (TUD_OPT_HIGH_SPEED ? 512 : 64)
#define CFG_TUD_VENDOR_TX_BUFSIZE (TUD_OPT_HIGH_SPEED ? 512 : 64)
#define CFG_TUD_VENDOR_TX_BUFSIZE 4096
//------------- CLASS -------------//
#define CFG_TUD_CDC 0