diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-11-12 16:29:03 -0700 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-11-22 01:11:45 -0700 |
commit | 35782c6be1eee50e00b41eb3088cd50d2bd2366f (patch) | |
tree | caa97e29321b90f47faad895fe21d57c09341159 /libhw/CMakeLists.txt | |
parent | 24cd8ca4ee1ea08526eb82e6c122870c86da5603 (diff) |
try to remove pico_timelukeshu/no-pico_time
Diffstat (limited to 'libhw/CMakeLists.txt')
-rw-r--r-- | libhw/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
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 |