Skip to content

Commit

Permalink
add explcit dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
kilograham committed Jul 29, 2024
1 parent cfb44a3 commit 0ebe81f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion hw/bsp/rp2040/family.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,10 @@ target_sources(tinyusb_bsp INTERFACE
target_include_directories(tinyusb_bsp INTERFACE
${TOP}/hw
)
target_link_libraries(tinyusb_bsp INTERFACE pico_unique_id)
target_link_libraries(tinyusb_bsp INTERFACE
pico_unique_id
hardware_clocks
)

# tinyusb_additions will hold our extra settings for examples
add_library(tinyusb_additions INTERFACE)
Expand Down

0 comments on commit 0ebe81f

Please sign in to comment.