Skip to content

Commit b97520e

Browse files
authored
Merge pull request #2709 from hathach/add-tud_cdc_configure_fifo
add tud_cdc_configure_fifo() to replace CFG_TUD_CDC_PERSISTENT_TX_BUFF
2 parents d26b574 + ef71093 commit b97520e

File tree

3 files changed

+169
-265
lines changed

3 files changed

+169
-265
lines changed

.github/workflows/hil_test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,9 @@ jobs:
132132
# USB bus on rpi4 is not stable, reset it before testing
133133
- name: Reset USB bus
134134
run: |
135-
# lsusb -t
136135
# reset VIA Labs 2.0 hub
137136
sudo usbreset 001/002
137+
lsusb -t
138138
139139
- name: Checkout TinyUSB
140140
uses: actions/checkout@v4

0 commit comments

Comments
 (0)