summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhathach <[email protected]>2021-02-26 14:08:57 +0700
committerhathach <[email protected]>2021-02-26 14:08:57 +0700
commitfa8c7bc334a6ccbca4aacce02e853df020c07815 (patch)
tree34f0fa54b03b24a741a49c0e179d85715e833b0d
parentf6b48c07fca039ea49be49062298e1dc8cc78471 (diff)
fix indent
-rw-r--r--hw/bsp/rp2040/family.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/bsp/rp2040/family.cmake b/hw/bsp/rp2040/family.cmake
index d2e164be5..699ad174d 100644
--- a/hw/bsp/rp2040/family.cmake
+++ b/hw/bsp/rp2040/family.cmake
@@ -16,7 +16,7 @@ set(SRC_TINYUSB
${TOP}/src/host/hub.c
${TOP}/src/host/usbh.c
${TOP}/src/host/usbh_control.c
- ${TOP}/src/class/cdc/cdc_host.c
+ ${TOP}/src/class/cdc/cdc_host.c
${TOP}/src/class/hid/hid_host.c
${TOP}/src/class/msc/msc_host.c
${TOP}/src/portable/raspberrypi/${FAMILY}/rp2040_usb.c