Skip to content

Commit d86d77e

Browse files
committed
Allow TinyUSB examples
1 parent af3ba66 commit d86d77e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

usb/CMakeLists.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
if (PICO_SUPPORT_CONFIGURABLE_PINS)
2-
message("Skipping TinyUSB examples as configurable pins are not supported by TinyUSB board_init()")
3-
return()
4-
endif()
5-
61
if (TARGET tinyusb_device)
72
add_subdirectory(device)
83
else ()

0 commit comments

Comments
 (0)