summaryrefslogtreecommitdiff
path: root/tinyusb/host
diff options
context:
space:
mode:
authorhathach <[email protected]>2013-03-09 14:31:37 +0700
committerhathach <[email protected]>2013-03-09 14:31:37 +0700
commitef9eb1f2fa33718894637c53971042d3343ad462 (patch)
treecd1ee99ddac21b3a11c8740badca40d76786d059 /tinyusb/host
parent2364b09f80e097580630c556965bebd2013db7b3 (diff)
- fix wrong class code for TUSB_CLASS_APPLICATION_SPECIFIC
Diffstat (limited to 'tinyusb/host')
-rw-r--r--tinyusb/host/ehci/ehci.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/tinyusb/host/ehci/ehci.h b/tinyusb/host/ehci/ehci.h
index 290d5f088..b07bdbb27 100644
--- a/tinyusb/host/ehci/ehci.h
+++ b/tinyusb/host/ehci/ehci.h
@@ -70,8 +70,6 @@
extern "C" {
#endif
-#include "tusb_option.h"
-
//--------------------------------------------------------------------+
// EHCI CONFIGURATION & CONSTANTS
//--------------------------------------------------------------------+