From 35782c6be1eee50e00b41eb3088cd50d2bd2366f Mon Sep 17 00:00:00 2001 From: "Luke T. Shumaker" Date: Tue, 12 Nov 2024 16:29:03 -0700 Subject: try to remove pico_time --- libusb/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'libusb') diff --git a/libusb/CMakeLists.txt b/libusb/CMakeLists.txt index c23f30e..e04884a 100644 --- a/libusb/CMakeLists.txt +++ b/libusb/CMakeLists.txt @@ -9,6 +9,7 @@ target_sources(libusb INTERFACE usb_common.c ) target_link_libraries(libusb INTERFACE + pico_stdlib_headers pico_unique_id tinyusb_device tinyusb_board -- cgit v1.2.3-2-g168b