diff options
| author | hathach <[email protected]> | 2026-04-29 17:27:59 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2026-04-29 17:27:59 +0700 |
| commit | 9d3ad336bfad062fa1e6f6d63feb97a9851cc9e1 (patch) | |
| tree | b72ef398d47529eb25810333b319c4ca644cc397 /test/fuzz | |
| parent | 939c2f91c200db2bf9874c2e6c50b3530f8a6725 (diff) | |
deprecated `usbd_control.c` and merge its functionality 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 \ |
