From fa8c7bc334a6ccbca4aacce02e853df020c07815 Mon Sep 17 00:00:00 2001 From: hathach Date: Fri, 26 Feb 2021 14:08:57 +0700 Subject: [PATCH] fix indent --- hw/bsp/rp2040/family.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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