diff options
| author | Ha Thach <[email protected]> | 2024-07-12 17:38:33 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-07-12 17:38:33 +0700 |
| commit | b97520e89f500bfa7972d7fce973f20185512006 (patch) | |
| tree | e96641a3132256ac6ba67bdb4960acc59a7954d1 /.github | |
| parent | d26b574f8005e6353c18417e156a67a456cce0bf (diff) | |
| parent | ef71093046c948973ff3c9bc316ca7195686835d (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.yml | 2 |
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 |
