keyboard host work as proof of concept

This commit is contained in:
hathach
2020-09-04 00:23:57 +07:00
parent 35aee4a6af
commit 7828c396db
3 changed files with 4 additions and 3 deletions

View File

@@ -58,7 +58,7 @@ int main(void)
cdc_task();
#endif
#if CFG_TUD_HID
#if CFG_TUH_HID_KEYBOARD || CFG_TUH_HID_MOUSE
hid_task();
#endif
}