summaryrefslogtreecommitdiff
path: root/tinyusb/class/hid_host.c
diff options
context:
space:
mode:
authorhathach <[email protected]>2013-05-14 21:32:13 +0700
committerhathach <[email protected]>2013-05-14 21:32:13 +0700
commit40503b913b1f45dd5b508b134ec39b0febca6e93 (patch)
tree51c59e7e6ec5073652c30a7082f0e02a26b49ae5 /tinyusb/class/hid_host.c
parentf8d1c3da3ea65853bed37a22d438407df95c75f8 (diff)
abstract os priority for application tasks
Diffstat (limited to 'tinyusb/class/hid_host.c')
-rw-r--r--tinyusb/class/hid_host.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/tinyusb/class/hid_host.c b/tinyusb/class/hid_host.c
index a45861006..296d26ee0 100644
--- a/tinyusb/class/hid_host.c
+++ b/tinyusb/class/hid_host.c
@@ -170,6 +170,17 @@ tusb_interface_status_t tusbh_hid_mouse_status(uint8_t dev_addr, uint8_t instanc
#endif
//--------------------------------------------------------------------+
+// GENERIC
+//--------------------------------------------------------------------+
+#if TUSB_CFG_HOST_HID_GENERIC
+
+//STATIC_ struct {
+// hidh_interface_info_t
+//} generic_data[TUSB_CFG_HOST_DEVICE_MAX];
+
+#endif
+
+//--------------------------------------------------------------------+
// CLASS-USBD API (don't require to verify parameters)
//--------------------------------------------------------------------+
void hidh_init(void)