summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorHa Thach <[email protected]>2024-07-12 17:38:33 +0700
committerGitHub <[email protected]>2024-07-12 17:38:33 +0700
commitb97520e89f500bfa7972d7fce973f20185512006 (patch)
treee96641a3132256ac6ba67bdb4960acc59a7954d1 /.github
parentd26b574f8005e6353c18417e156a67a456cce0bf (diff)
parentef71093046c948973ff3c9bc316ca7195686835d (diff)
Merge pull request #2709 from hathach/add-tud_cdc_configure_fifo
add tud_cdc_configure_fifo() to replace CFG_TUD_CDC_PERSISTENT_TX_BUFF
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/hil_test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/hil_test.yml b/.github/workflows/hil_test.yml
index 39a9060a2..d5bd9c200 100644
--- a/.github/workflows/hil_test.yml
+++ b/.github/workflows/hil_test.yml
@@ -132,9 +132,9 @@ jobs:
# USB bus on rpi4 is not stable, reset it before testing
- name: Reset USB bus
run: |
- # lsusb -t
# reset VIA Labs 2.0 hub
sudo usbreset 001/002
+ lsusb -t
- name: Checkout TinyUSB
uses: actions/checkout@v4