summaryrefslogtreecommitdiff
path: root/tinyusb/common
diff options
context:
space:
mode:
authorhathach <[email protected]>2013-02-04 13:51:20 +0700
committerhathach <[email protected]>2013-02-04 13:51:20 +0700
commit94486f55ec3b24f720cabf1218e8eb291b8f620c (patch)
tree980c0e2fa5ce83cb76cd74bf1c271e7a3f96689c /tinyusb/common
parenta5b29c5d333fc5fe3bcd01de145e130765ed1d48 (diff)
add usbh_hcd to hold common structure/typedef for usbh and hcd
Diffstat (limited to 'tinyusb/common')
-rw-r--r--tinyusb/common/common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/tinyusb/common/common.h b/tinyusb/common/common.h
index a56de956e..ec3e3f2ac 100644
--- a/tinyusb/common/common.h
+++ b/tinyusb/common/common.h
@@ -72,7 +72,6 @@
#include "errors.h"
//------------- TUSB Header -------------//
-//#include "hal/hal.h"
#include "core/tusb_types.h"
#include "core/std_descriptors.h"
#include "core/std_request.h"