diff options
| author | hathach <[email protected]> | 2013-05-14 21:32:13 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2013-05-14 21:32:13 +0700 |
| commit | 40503b913b1f45dd5b508b134ec39b0febca6e93 (patch) | |
| tree | 51c59e7e6ec5073652c30a7082f0e02a26b49ae5 /tinyusb/class/hid_host.c | |
| parent | f8d1c3da3ea65853bed37a22d438407df95c75f8 (diff) | |
abstract os priority for application tasks
Diffstat (limited to 'tinyusb/class/hid_host.c')
| -rw-r--r-- | tinyusb/class/hid_host.c | 11 |
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) |
