From a7f986a192ffaa66af9913ccabb0fadf5183d305 Mon Sep 17 00:00:00 2001 From: Bogdan Ivanus Date: Thu, 30 Oct 2025 17:16:23 +0200 Subject: [PATCH] Changed CFG_TUH_HID define to value 2, in order to allow the library control over two wimultaneously connected USB devices instead of just one; Critical for some USB HID Host library examples. --- variants/PORTENTA_C33/tusb_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variants/PORTENTA_C33/tusb_config.h b/variants/PORTENTA_C33/tusb_config.h index ab15b3f5..9107e325 100644 --- a/variants/PORTENTA_C33/tusb_config.h +++ b/variants/PORTENTA_C33/tusb_config.h @@ -103,7 +103,7 @@ #define CFG_TUH_MSC 1 #define CFG_TUH_HUB 1 -#define CFG_TUH_HID 1 +#define CFG_TUH_HID 2 #define CFG_TUH_DEVICE_MAX (3*CFG_TUH_HUB) #define CFG_TUH_ENDPOINT_MAX 8 #define CFG_TUH_API_EDPT_XFER 1