From a90e2aa2ce076009961c42a78de218f899c6ee07 Mon Sep 17 00:00:00 2001 From: hathach Date: Thu, 5 Sep 2019 16:12:13 +0700 Subject: 55s69 device work with usb0 --- examples/device/cdc_msc_hid/src/tusb_config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples') diff --git a/examples/device/cdc_msc_hid/src/tusb_config.h b/examples/device/cdc_msc_hid/src/tusb_config.h index 92cc2bbd4..544216da9 100644 --- a/examples/device/cdc_msc_hid/src/tusb_config.h +++ b/examples/device/cdc_msc_hid/src/tusb_config.h @@ -74,10 +74,10 @@ //------------- CLASS -------------// #define CFG_TUD_CDC 1 #define CFG_TUD_MSC 1 + #if CFG_TUSB_MCU == OPT_MCU_STM32F4 // STM32F4 does not have enough endpoints (4, including hardcoded control -// endpoint) to enable CDC, MSC, and HID simultaneously, so disable HID as a -// compromise. +// endpoint) to enable CDC, MSC, and HID simultaneously, so disable HID as a compromise. #define CFG_TUD_HID 0 #else #define CFG_TUD_HID 1 -- cgit v1.3.1