Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 67161f0

Browse files
committedDec 26, 2020
hid for usb host
1 parent b995b47 commit 67161f0

File tree

4 files changed

+20
-0
lines changed

4 files changed

+20
-0
lines changed
 
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#ifdef USBHOST
2+
3+
#include "usbh_hid.c"
4+
5+
#endif /* USBHOST */
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#ifdef USBHOST
2+
3+
#include "usbh_hid_keybd.c"
4+
5+
#endif /* USBHOST */
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#ifdef USBHOST
2+
3+
#include "usbh_hid_mouse.c"
4+
5+
#endif /* USBHOST */
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#ifdef USBHOST
2+
3+
#include "usbh_hid_parser.c"
4+
5+
#endif /* USBHOST */

0 commit comments

Comments
 (0)
Please sign in to comment.