summaryrefslogtreecommitdiff
path: root/hw
diff options
context:
space:
mode:
authorhathach <[email protected]>2026-04-29 17:27:59 +0700
committerhathach <[email protected]>2026-04-29 17:27:59 +0700
commit9d3ad336bfad062fa1e6f6d63feb97a9851cc9e1 (patch)
treeb72ef398d47529eb25810333b319c4ca644cc397 /hw
parent939c2f91c200db2bf9874c2e6c50b3530f8a6725 (diff)
deprecated `usbd_control.c` and merge its functionality into `usbd.c`
Diffstat (limited to 'hw')
-rw-r--r--hw/bsp/rp2040/family.cmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/bsp/rp2040/family.cmake b/hw/bsp/rp2040/family.cmake
index 6e88b9fa1..075582554 100644
--- a/hw/bsp/rp2040/family.cmake
+++ b/hw/bsp/rp2040/family.cmake
@@ -93,7 +93,6 @@ target_sources(tinyusb_device_base INTERFACE
${TOP}/src/portable/raspberrypi/rp2040/dcd_rp2040.c
${TOP}/src/portable/raspberrypi/rp2040/rp2040_usb.c
${TOP}/src/device/usbd.c
- ${TOP}/src/device/usbd_control.c
${TOP}/src/class/audio/audio_device.c
${TOP}/src/class/cdc/cdc_device.c
${TOP}/src/class/dfu/dfu_device.c