Skip to content

Commit 03ba01d

Browse files
authored
Clean up CMakeLists.txt by removing commented line
Removed commented espressif source file from srcs.
1 parent 533dee9 commit 03ba01d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

components/arduino_tinyusb/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ if(CONFIG_TINYUSB_ENABLED)
2424
endif()
2525

2626
set(srcs
27-
# espressif:
28-
#"${COMPONENT_DIR}/src/dcd_dwc2.c"
2927
# tusb:
3028
"${COMPONENT_DIR}/tinyusb/src/portable/synopsys/dwc2/dcd_dwc2.c"
3129
"${COMPONENT_DIR}/tinyusb/src/portable/synopsys/dwc2/dwc2_common.c"

0 commit comments

Comments
 (0)