diff options
| author | Ha Thach <[email protected]> | 2026-05-05 15:08:41 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-05-05 15:08:41 +0700 |
| commit | 9b1b781c3efb778d7e631d41e44d36c8ee435906 (patch) | |
| tree | b1dda2c88b03c5f5d9bfb1f0db82793dbf9b64ce /test/fuzz | |
| parent | 3170fa0bf2667c4cc8e5a22944c15686c681654e (diff) | |
| parent | 076fd79b4c16b7435060585c0337bc69133e073f (diff) | |
Merge pull request #3627 from hathach/merge-usbd-control
Refactor USB control transfer handling into `usbd.c`
Diffstat (limited to 'test/fuzz')
| -rw-r--r-- | test/fuzz/rules.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/fuzz/rules.mk b/test/fuzz/rules.mk index 329dcce11..c14330312 100644 --- a/test/fuzz/rules.mk +++ b/test/fuzz/rules.mk @@ -23,7 +23,6 @@ SRC_C += \ src/tusb.c \ src/common/tusb_fifo.c \ src/device/usbd.c \ - src/device/usbd_control.c \ src/class/audio/audio_device.c \ src/class/cdc/cdc_device.c \ src/class/dfu/dfu_device.c \ |
