diff options
| author | sakumisu <[email protected]> | 2025-12-18 22:00:02 +0800 |
|---|---|---|
| committer | sakumisu <[email protected]> | 2025-12-18 22:09:48 +0800 |
| commit | a5f765d46ece9a1d79fdb6aa7f8ee99a124876b4 (patch) | |
| tree | 741d512b3660e037f43f30e974bd3d3c35979d40 | |
| parent | 43b823771360f6f2dbf3b715e11aa786ccd27a47 (diff) | |
ci: add lshid cmd
Signed-off-by: sakumisu <[email protected]>
| -rw-r--r-- | tests/hpmicro/src/main.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/hpmicro/src/main.c b/tests/hpmicro/src/main.c index 58f39158..3c6b6c0f 100644 --- a/tests/hpmicro/src/main.c +++ b/tests/hpmicro/src/main.c @@ -18,6 +18,7 @@ #include "shell.h" #include "usbh_core.h" #include "usbh_serial.h" +#include "usbh_hid.h" #include "lwip/tcpip.h" #ifdef CONFIG_USB_EHCI_ISO #include "usbh_uvc_stream.h" @@ -123,6 +124,7 @@ static void task_start(void *param) } CSH_CMD_EXPORT(lsusb, ); +CSH_CMD_EXPORT(lshid, ); CSH_CMD_EXPORT(usbh_serial, ); #ifdef CONFIG_USB_EHCI_ISO |
