Browse Source

ci: add lshid cmd

Signed-off-by: sakumisu <1203593632@qq.com>
sakumisu 3 weeks ago
parent
commit
a5f765d46e
1 changed files with 2 additions and 0 deletions
  1. 2 0
      tests/hpmicro/src/main.c

+ 2 - 0
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