summaryrefslogtreecommitdiff
path: root/src/tusb.h
diff options
context:
space:
mode:
authorJeremiah McCarthy <[email protected]>2021-05-25 09:27:35 -0400
committerJeremiah McCarthy <[email protected]>2021-05-25 09:27:35 -0400
commitce59d69520166b37869cf83a3dab929c1b2c4ac4 (patch)
tree1f1e1352941aa8c64d59e0e1bd426593ea77ae25 /src/tusb.h
parent05892a5a1ee9c50cb966b2e8ec8243ef97f794e2 (diff)
parentca8724ee08375e85c3a8fd15b5088d38c20c1ae8 (diff)
Merge remote-tracking branch 'official/master'
Diffstat (limited to 'src/tusb.h')
-rw-r--r--src/tusb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tusb.h b/src/tusb.h
index 56504550c..2b1d7483a 100644
--- a/src/tusb.h
+++ b/src/tusb.h
@@ -42,7 +42,7 @@
#if TUSB_OPT_HOST_ENABLED
#include "host/usbh.h"
- #if HOST_CLASS_HID
+ #if CFG_TUH_HID
#include "class/hid/hid_host.h"
#endif