diff options
| author | hathach <[email protected]> | 2013-02-04 13:51:20 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2013-02-04 13:51:20 +0700 |
| commit | 94486f55ec3b24f720cabf1218e8eb291b8f620c (patch) | |
| tree | 980c0e2fa5ce83cb76cd74bf1c271e7a3f96689c /tinyusb/class | |
| parent | a5b29c5d333fc5fe3bcd01de145e130765ed1d48 (diff) | |
add usbh_hcd to hold common structure/typedef for usbh and hcd
Diffstat (limited to 'tinyusb/class')
| -rw-r--r-- | tinyusb/class/hid_host.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tinyusb/class/hid_host.h b/tinyusb/class/hid_host.h index 4ef003868..0fb1c3299 100644 --- a/tinyusb/class/hid_host.h +++ b/tinyusb/class/hid_host.h @@ -55,6 +55,7 @@ extern "C" { #endif +#include "common/common.h" #include "host/usbh.h" #include "hid.h" |
