We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43b8237 commit a5f765dCopy full SHA for a5f765d
tests/hpmicro/src/main.c
@@ -18,6 +18,7 @@
18
#include "shell.h"
19
#include "usbh_core.h"
20
#include "usbh_serial.h"
21
+#include "usbh_hid.h"
22
#include "lwip/tcpip.h"
23
#ifdef CONFIG_USB_EHCI_ISO
24
#include "usbh_uvc_stream.h"
@@ -123,6 +124,7 @@ static void task_start(void *param)
123
124
}
125
126
CSH_CMD_EXPORT(lsusb, );
127
+CSH_CMD_EXPORT(lshid, );
128
CSH_CMD_EXPORT(usbh_serial, );
129
130
0 commit comments