summaryrefslogtreecommitdiff
path: root/examples/host
diff options
context:
space:
mode:
authorhathach <[email protected]>2018-12-06 22:47:49 +0700
committerhathach <[email protected]>2018-12-06 22:47:49 +0700
commit07c3fd5e1e6faf75c206a2abb8be739b78db801b (patch)
tree423185399e25330794d0b5e2875192cd4db98bc7 /examples/host
parent7d3ff7aff6aed13377a4cd12f1d8f2ad91720f80 (diff)
clean up hub
Diffstat (limited to 'examples/host')
-rw-r--r--examples/host/cdc_msc_hid/src/tusb_config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/host/cdc_msc_hid/src/tusb_config.h b/examples/host/cdc_msc_hid/src/tusb_config.h
index a77d9ba5e..ef0b55ef9 100644
--- a/examples/host/cdc_msc_hid/src/tusb_config.h
+++ b/examples/host/cdc_msc_hid/src/tusb_config.h
@@ -83,7 +83,7 @@
// DEVICE CONFIGURATION
//--------------------------------------------------------------------
-#define CFG_TUH_HUB 1
+#define CFG_TUH_HUB 1 // not tested
#define CFG_TUH_CDC 1
#define CFG_TUSB_HOST_HID_KEYBOARD 0
#define CFG_TUSB_HOST_HID_MOUSE 0