reworking device hid class driver

This commit is contained in:
hathach
2018-07-23 15:25:45 +07:00
parent 141ac25e3b
commit 4342325ee1
31 changed files with 583 additions and 501 deletions
+1 -1
View File
@@ -87,7 +87,7 @@ tusb_error_t stub_hidd_init(uint8_t coreid, tusb_desc_interface_t const* p_inter
void class_init_epxect(void)
{
#if DEVICE_CLASS_HID
#if TUD_OPT_HID_ENABLED
hidd_init_StubWithCallback(stub_hidd_init);
#endif
}