Skip to content

Commit a5f765d

Browse files
committed
ci: add lshid cmd
Signed-off-by: sakumisu <[email protected]>
1 parent 43b8237 commit a5f765d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/hpmicro/src/main.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
#include "shell.h"
1919
#include "usbh_core.h"
2020
#include "usbh_serial.h"
21+
#include "usbh_hid.h"
2122
#include "lwip/tcpip.h"
2223
#ifdef CONFIG_USB_EHCI_ISO
2324
#include "usbh_uvc_stream.h"
@@ -123,6 +124,7 @@ static void task_start(void *param)
123124
}
124125

125126
CSH_CMD_EXPORT(lsusb, );
127+
CSH_CMD_EXPORT(lshid, );
126128
CSH_CMD_EXPORT(usbh_serial, );
127129

128130
#ifdef CONFIG_USB_EHCI_ISO

0 commit comments

Comments
 (0)