summaryrefslogtreecommitdiff
path: root/tinyusb/class/hid_device.c
diff options
context:
space:
mode:
authorhathach <[email protected]>2013-11-13 12:40:11 +0700
committerhathach <[email protected]>2013-11-13 12:40:11 +0700
commit92d9c36dbcfd933f872c91ad061e2e5ab184b020 (patch)
tree1864f26f579d65878f1cbd09d65b8cbb90b3f02b /tinyusb/class/hid_device.c
parentd8f32a79fc9e04136afcd8f4d79abe7a9b0c2eb9 (diff)
able to build and run cdc device demo on lpc11uxx
Diffstat (limited to 'tinyusb/class/hid_device.c')
-rw-r--r--tinyusb/class/hid_device.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tinyusb/class/hid_device.c b/tinyusb/class/hid_device.c
index ec77ccc74..40a46cd03 100644
--- a/tinyusb/class/hid_device.c
+++ b/tinyusb/class/hid_device.c
@@ -121,12 +121,12 @@ tusb_error_t tusbd_hid_mouse_send(uint8_t coreid, hid_mouse_report_t const *p_re
//--------------------------------------------------------------------+
void hidd_init(void)
{
-
+ // TODO not implemented yet
}
void hidd_bus_reset(uint8_t coreid)
{
-
+ // TODO not implemented yet
}
tusb_error_t hidd_control_request(uint8_t coreid, tusb_control_request_t const * p_request)