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 --- libhw/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libhw/CMakeLists.txt') diff --git a/libhw/CMakeLists.txt b/libhw/CMakeLists.txt index d1767da..a18c968 100644 --- a/libhw/CMakeLists.txt +++ b/libhw/CMakeLists.txt @@ -19,6 +19,8 @@ if (PICO_PLATFORM STREQUAL "rp2040") w5500.c ) target_link_libraries(libhw INTERFACE + pico_binary_info + pico_runtime hardware_gpio hardware_irq hardware_spi -- cgit v1.2.3-2-g168b