summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorhathach <[email protected]>2018-12-06 21:46:34 +0700
committerhathach <[email protected]>2018-12-06 21:46:34 +0700
commit5b09774ae05d15cb18ff9920864535b8444a1c3c (patch)
treed43e4106fe8509308982e3a25584580a3bc3b4fa /tests
parent1d3583785f9f890da2e6ac720d1327ab0452f974 (diff)
clean up usbh, rename doxygen folder to docs
Diffstat (limited to 'tests')
-rw-r--r--tests/support/tusb_config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/support/tusb_config.h b/tests/support/tusb_config.h
index bf6277849..3e5721019 100644
--- a/tests/support/tusb_config.h
+++ b/tests/support/tusb_config.h
@@ -55,7 +55,7 @@
#define CFG_TUSB_HOST_DEVICE_MAX 5 // TODO be a part of HUB config
//------------- CLASS -------------//
-#define CFG_TUSB_HOST_HUB 0
+#define CFG_TUH_HUB 0
#define CFG_TUSB_HOST_HID_KEYBOARD 1
#define CFG_TUSB_HOST_HID_MOUSE 1
#define CFG_TUSB_HOST_MSC 1